Skip to content

Instantly share code, notes, and snippets.

@katsumata-ryo
Last active May 25, 2016 10:34
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 katsumata-ryo/210151b00a0701526294e4a69510c9f8 to your computer and use it in GitHub Desktop.
Save katsumata-ryo/210151b00a0701526294e4a69510c9f8 to your computer and use it in GitHub Desktop.
[user]
name = name
email = name@example.com
[alias]
log = log --graph --date=short
pr = pull-request -b develop
unstage = reset -q HEAD --
amend = commit --amend
uncommit = reset --mixed HEAD~
discard = checkout --
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment