Last active
October 15, 2018 11:32
-
-
Save santospatrick/f15a022fc308e36d28052819073e3447 to your computer and use it in GitHub Desktop.
Git Aliases
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 = Patrick Santos | |
email = [email protected] | |
[credential] | |
helper = store | |
[push] | |
default = simple | |
[alias] | |
set-upstream = !git branch --set-upstream-to=origin/`git symbolic-ref --short HEAD` | |
[core] | |
editor = nano |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment