- Loading...
...
If you find yourself typing git pr integrate a lot, you might want to create the alias "integrate":
| Code Block | ||
|---|---|---|
| ||
$ git config --global alias.integrate 'pr integrate' |
You can then just run git integrate to integrate a pull request.
To sync your personal fork with the upstream repository it was created from, run the command git sync:
| Code Block | ||
|---|---|---|
| ||
$ git sync |
Notes:
--fast-forward--branches=<BRANCHES>