Skip to content

Commit

Permalink
add rebase cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
caogen committed May 27, 2015
1 parent d1cfd9e commit fc9a188
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gitcmd
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,6 @@ git checkout branchname
git checkout -b branchname
git merge branchname
git mergetool
git rebase master
git rebase master branchname
git rebase --onto master branchname1 branchname2

0 comments on commit fc9a188

Please sign in to comment.