Created
December 13, 2019 00:49
-
-
Save 3on/24f15de8b722771091774bdd46c77334 to your computer and use it in GitHub Desktop.
Git config
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
alias.co=checkout | |
alias.st=status | |
alias.local=for-each-ref --sort=committerdate refs/heads/ --format='%(color: red)%(committerdate:short) %(color: cyan)%(refname:short)' | |
alias.trash=stash save -u trash | |
alias.update=!git fetch origin develop && git rebase origin/develop | |
user.name=Jr | |
[email protected] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment