Created
November 2, 2020 10:55
-
-
Save zalito12/aaa811b224c0d51e32df1eb09d1033ee to your computer and use it in GitHub Desktop.
This is just a note to remind my favorite git aliases when I change my environment
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
[alias] | |
co = checkout | |
push-origin = !git push -u origin \"$(git rev-parse --abbrev-ref HEAD)\" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Delete all local branches that don't exist on origin