Skip to content

Instantly share code, notes, and snippets.

@kodekracker
Last active June 14, 2017 18:59
Show Gist options
  • Save kodekracker/1666b941bf0e0d2e1125 to your computer and use it in GitHub Desktop.
Save kodekracker/1666b941bf0e0d2e1125 to your computer and use it in GitHub Desktop.
A global .gitconfig file
[user]
name = Akshay Pratap Singh
email = pratapakshay0@gmail.com
[core]
editor = gedit
excludesfile = /home/kodekracker/.gitignore
[color]
status = auto
branch = auto
interactive = auto
diff = auto
[push]
default = simple
[diff]
submodule = log
[http]
postBuffer = 524288000
[credential]
helper = cache
[alias]
hide = update-index --assume-unchanged
unhide = update-index --no-assume-unchanged
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment