Created
June 13, 2020 19:25
-
-
Save tota1099/6ab386d0cae95dfa816ee79617b11bd9 to your computer and use it in GitHub Desktop.
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
[user] | |
email = [email protected] | |
name = Renan Porto | |
[core] | |
editor = code --wait | |
[alias] | |
s = !git status -s | |
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(green)%cr' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment