Aug 282013
 

Just leave a note here since I cannot recall this from time to time …

  1. git branch new_branch
  2. git checkout new_branch
  3. git push origin new_branch
  4. (git commit, git push, …)
  5. git checkout master
  6. git merge new_branch
  7. git push

Actually it’s pretty straightforward, but I just cannot memorize … especially step #3, sigh …