Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If you are using the Skara CLI tools then and have the branch you want to publish currently checked out, then you can just run the command git publish

How do I merge commits from another branch into the current branch?

Code Block
$ git merge <OTHER-BRANCH>

Commits

How do I make a commit?

...