Skip to content

Instantly share code, notes, and snippets.

@scraly
Created April 21, 2017 13:19
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 scraly/1a56e883a9f9c0458b183e020d4dcb0e to your computer and use it in GitHub Desktop.
Save scraly/1a56e883a9f9c0458b183e020d4dcb0e to your computer and use it in GitHub Desktop.
Git config
[user]
name = scraly
email = scraly@gmail.com
[color]
diff = auto
status = auto
branch = auto
[alias]
ci = commit
co = checkout
st = status
br = branch
[core]
editor = vim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment