Created
February 23, 2021 21:59
-
-
Save brunosousadev/814f0845c98694dfc30420d721403106 to your computer and use it in GitHub Desktop.
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
[core] | |
editor = code --wait | |
[alias] | |
s = !git status -s | |
b = !git branch | |
c = !git add --all && git commit -m | |
l = !git log --pretty=format:'%C(blue)%h %C(red)%d%C(white)%s <%C(cyan)%cn> %C(white)%cr' --max-count=30 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment