Added notes about how to handle feature branches and merging of these.

master
Henrik Skov Midtiby 13 years ago
parent 4d613ac5b4
commit 0305426b63
  1. 3
      gitnotes

@ -0,0 +1,3 @@
merge of feature branch with master
git checkout master
git merge --no-ff FeatureBranch
Loading…
Cancel
Save