Versions Compared

Key

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

...

Code Block
languagebash
$ git skara help sync
usage: git sync [options]
             --from REMOTE        Fetch changes from this remote
             --to REMOTE          Push changes to this remote
             --branches BRANCHES  Comma separated list of branches to sync
        -u,  --username NAME      Username on forge
             --pull               Pull current branch from origin after successful sync
        -ff, --fast-forward       Fast forward all local branches where possible
             --verbose            Turn on verbose output
             --debug              Turn on debugging output
        -v,  --version            Print the version of this tool
        -h,  --help               Show this help text

Source

Please see See GitSkara.java.