Skip to content

Instantly share code, notes, and snippets.

@arthur-mts
Created January 14, 2022 19:50
Show Gist options
  • Save arthur-mts/3efc3953bb0667b73013a638ad8a2d70 to your computer and use it in GitHub Desktop.
Save arthur-mts/3efc3953bb0667b73013a638ad8a2d70 to your computer and use it in GitHub Desktop.
[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