Last active
January 25, 2017 11:57
-
-
Save subhojit777/81e784ca696d7ad0e83d to your computer and use it in GitHub Desktop.
Git configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[user] | |
name = Subhojit Paul | |
email = [email protected] | |
[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