Skip to content

Instantly share code, notes, and snippets.

@joaocampinhos
Last active August 29, 2015 14:23
Show Gist options
  • Save joaocampinhos/5def8603766cd09a4471 to your computer and use it in GitHub Desktop.
Save joaocampinhos/5def8603766cd09a4471 to your computer and use it in GitHub Desktop.
Git up, Git out

#You need to git up, git out

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"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment