Created
October 17, 2023 18:03
-
-
Save benjaesq/d81a3d14669ce56f895419c38395d91c to your computer and use it in GitHub Desktop.
.gitconfig
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] | |
| aliases = !git config --get-regexp 'alias.*' | colrm 1 6 | sed 's/[ ]/ = /' | |
| br = branch | |
| bra = branch -a | |
| cam = commit --amend | |
| casv = commit -asv | |
| co = checkout | |
| cob = checkout -b | |
| lo = log --oneline | |
| scs = show --compact-summary |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment