git pull origin master
git push origin branch-name
git checkout master
git merge new
git checkout -b <branch-name> // create a branch and switch to the branch
git branch <branch-name> // create a branch only
No comments:
Post a Comment