gitSync.sh
Why?
- syncing with the main repo if we already have changes is a pain
Configure
- define
remoteOrigin
(the external remote name of the root repo) - define
ownOrigin
(the remote name of our fork) - define
syncBranch
(the branch which we will get in sync)