Skip to content

Commit

Permalink
Make grb less arbitrary
Browse files Browse the repository at this point in the history
Showing any commits since origin/master is usually a good idea, since those are the commits that are typically safe to rebase.

Thank you @tute for the suggestion!
  • Loading branch information
henrik committed May 27, 2016
1 parent 4e11cff commit 9f77309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bash/aliases.sh
Expand Up @@ -73,7 +73,7 @@ alias go="git checkout"
alias gb="git checkout -b"
alias got="git checkout -"
alias gom="git checkout master"
alias grb="git rebase -i HEAD~10"
alias grb="git rebase -i origin/master"
alias gr="git branch -d"
alias grr="git branch -D"
alias gcp="git cherry-pick"
Expand Down

0 comments on commit 9f77309

Please sign in to comment.