Skip to content

Instantly share code, notes, and snippets.

@3on
Created December 13, 2019 00:49
Show Gist options
  • Save 3on/24f15de8b722771091774bdd46c77334 to your computer and use it in GitHub Desktop.
Save 3on/24f15de8b722771091774bdd46c77334 to your computer and use it in GitHub Desktop.
Git config
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