Skip to content
  • James Liggett's avatar
    Git: Implement the rebase option for the pull command · 2bfb1b97
    James Liggett authored
    As it turns out, git does have a built in shortcut for git fetch; git rebase origin.
    git pull --rebase will do both of these things in one go.
    
    So, make the rebase option active and pull from origin by default.
    
    Thanks to Deniz Koçak for bringing the existence of this option to my attention.
    2bfb1b97