Refers to #20 - use `git pull` instead of `git fetch + merge` - don't use `git rebase` - you don't have to create branches for `master`, it all depends on the branching strategy! - you'll need `git push -u` the first time you push a new branch
Refers to #20
git pullinstead ofgit fetch + mergegit rebasemaster, it all depends on the branching strategy!git push -uthe first time you push a new branch