Last active
October 29, 2017 16:35
-
-
Save ch1c0t/4eb16b3cce20e18b79edb8caac8bf803 to your computer and use it in GitHub Desktop.
This file contains hidden or 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] | |
email = [email protected] | |
name = Anatoly Chernow | |
[credential] | |
helper = cache --timeout=3600 | |
[core] | |
excludesfile = ~/.gitignore_global | |
[alias] | |
co = checkout | |
br = branch | |
ci = commit | |
st = status | |
last = log -1 HEAD | |
r = "!git clean -fd; git reset HEAD --hard" | |
[github] | |
user = ch1c0t |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment