Skip to content

Instantly share code, notes, and snippets.

@subhojit777
Last active January 25, 2017 11:57
Show Gist options
  • Save subhojit777/81e784ca696d7ad0e83d to your computer and use it in GitHub Desktop.
Save subhojit777/81e784ca696d7ad0e83d to your computer and use it in GitHub Desktop.
Git configuration
[user]
name = Subhojit Paul
email = subhojitpaul21@gmail.com
[merge]
tool = meld
[core]
editor = vim
pager = diff-so-fancy | less --tabs=4 -RFX
[push]
default = current
[branch]
autosetuprebase = always
[credential]
helper = cache --timeout=604800
[log]
decorate = true
[alias]
commend = commit --amend --no-edit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment