This project is a set of useful scripts for team collaboration using git.
- Create a branch.
- Work, commit, &c.
- Arrange changes logically using
git local-rebase(optional) git upstream-rebasegit upstream-push
- Create a branch.
git share-branch- Use the Personal Branch workflow. Repeat.
git merge-into origin/master- Handle any conflicts.
git push origin HEAD:master