Created
November 25, 2017 12:49
-
-
Save swaathi/5d9907da8523670188055bc260c086cd to your computer and use it in GitHub Desktop.
.gitconfig
This file contains 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 = <username> | |
email = <email> | |
[credential] | |
helper = osxkeychain | |
[alias] | |
ci = commit | |
fu = fetch upstream | |
mum = merge upstream/master | |
pom = push origin master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment