Skip to content

Commit

Permalink
don't preserve merges by default when rebasing
Browse files Browse the repository at this point in the history
causes commits to be skipped in some cases :-/
  • Loading branch information
sunaku committed Nov 7, 2012
1 parent 36b93c3 commit b188b8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .alias.d/git.sh
Expand Up @@ -206,7 +206,7 @@ alias gmf='git merge --ff'
# r = rebase
#-----------------------------------------------------------------------------

alias gr='git rebase --preserve-merges'
alias gr='git rebase'
alias gri='git rebase --interactive'
alias grc='git rebase --continue'
alias gra='git rebase --abort'
Expand Down

0 comments on commit b188b8d

Please sign in to comment.