Skip to content

Instantly share code, notes, and snippets.

@jaredkc
Last active August 29, 2015 14:01
Show Gist options
  • Select an option

  • Save jaredkc/128cbfddcaaee775176f to your computer and use it in GitHub Desktop.

Select an option

Save jaredkc/128cbfddcaaee775176f to your computer and use it in GitHub Desktop.
A list of my Git aliases
[alias]
st = status
co = checkout
cm = commit
pr = pull --rebase
# Start over
fuckit = reset --hard
# Submodules
subup = submodule update --init --recursive
# Show verbose output about tags, branches or remotes
tags = tag -l
branches = branch -a
remotes = remote -v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment