Skip to content

Instantly share code, notes, and snippets.

@dalehenrich
Created January 2, 2013 18:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dalehenrich/4436636 to your computer and use it in GitHub Desktop.
Save dalehenrich/4436636 to your computer and use it in GitHub Desktop.
git aliases
[alias]
co = checkout
ci = commit -a
logf = log --name-status
w = whatchanged
st = status
pom = push origin master
graph = log --graph --oneline --decorate
# After I accidentally commit too much and want to roll back the
# commit but keep the changes:
#
uncommit = reset --soft HEAD^
[http]
sslVerify = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment