Created
January 14, 2022 19:50
-
-
Save arthur-mts/3efc3953bb0667b73013a638ad8a2d70 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
[alias] | |
st = status | |
chk = checkout | |
pl = pull | |
hide = update-index --skip-worktree -- | |
unhide = update-index --no-skip-worktree -- | |
[user] | |
name = Arthur Mauricio Thomaz Soares | |
[gpg] | |
program = gpg2 | |
[commit] | |
gpgsign = true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment