Merging a Branch with the Master Branch in git
Tagged with: brach, cli, command, git, master, merge
Saturday, December 8th, 2007 11:03 PM
The commands needed to merge two branches in git.
git checkout master
git merge BrachName
git commit -m "Merged" -a