Versions Compared

Key

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

...

All options to git-sync can be configured via git-config. For example, to make git-sync always fast-forward all branches in the local repository when syncing, set sync.fffast-forward to true:

Code Block
languagebash
$ git config --global sync.fffast-forward true

Source

See GitSync.java.