Skip to content

Instantly share code, notes, and snippets.

@ch1c0t
Last active October 29, 2017 16:35
Show Gist options
  • Save ch1c0t/4eb16b3cce20e18b79edb8caac8bf803 to your computer and use it in GitHub Desktop.
Save ch1c0t/4eb16b3cce20e18b79edb8caac8bf803 to your computer and use it in GitHub Desktop.
[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