Last active
April 4, 2021 19:19
-
-
Save joaogabrielmp/4bf752cbd468139d2ed2cde4ab76ad2a 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 | |
[user] | |
name = joaogabrielmp | |
email = [email protected] | |
[alias] | |
s = !git status | |
ss = !git status -s | |
a = !git add | |
aa = !git add . | |
c = !git commit -m | |
ac = !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' | |
[push] | |
followTags = true | |
[pull] | |
ff = only | |
[pager] | |
branch = false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment