Last active
May 25, 2016 10:34
-
-
Save katsumata-ryo/210151b00a0701526294e4a69510c9f8 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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