#You need to git up, git out
Git aliases based on Outkast song called "Git up, Git out".
###Git Up
# Better git pull to prevent polluted logs with merge messages
up = "!git remote update -p; git merge --ff-only @{u}"
###Git out
# Create a new branch and checkout
out = "checkout -b"