- Loading...
...
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 | ||
|---|---|---|
| ||
$ git config --global sync.fffast-forward true |
See GitSync.java.