Skip to content

Instantly share code, notes, and snippets.

@stfalcon
Created September 5, 2012 10:52
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 stfalcon/3634945 to your computer and use it in GitHub Desktop.
Save stfalcon/3634945 to your computer and use it in GitHub Desktop.
my git config
[user]
name = Stepan Tanasiychuk
email = stepan.tanasiychuk@gmail.com
[alias]
ci = commit
co = checkout
st = status
br = branch
wdiff = diff --color-words
lol = log --graph --decorate --pretty=oneline --abbrev-commit
[core]
editor = vim
excludesfile = /home/stfalcon/.gitignore_global
autocrlf = input
whitespace = trailing-space,space-before-tab
[merge]
summary = true
[color]
ui = true
[http]
sslVerify = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment