Jessitron’s favorite git aliases
so I can find them here later: Fast-forward merge Some people like to git pull, but I never do. That brings new stuff from origin and then merges. I always do these do steps separately: git fetch and then either merge or rebase. The easy case, when I don’t have any local-only commits, is to …