Tag: brach
Merging a Branch with the Master Branch in git
December 8, 2007
The commands needed to merge two branches in git. git checkout master git merge BrachName git commit -m “Merged” -a
Braching in Git
November 28, 2007
Use this command to create a new brach in a git Repository git branch NameOfNewBranch
Recent Comments