Created
October 17, 2023 18:03
-
-
Save benjaesq/d81a3d14669ce56f895419c38395d91c to your computer and use it in GitHub Desktop.
Revisions
-
benjaesq created this gist
Oct 17, 2023 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,10 @@ [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