Skip to content

Instantly share code, notes, and snippets.

@matheusnascgomes
Created August 2, 2018 19:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matheusnascgomes/b9456a28a0bcce93232c7feee530a109 to your computer and use it in GitHub Desktop.
Save matheusnascgomes/b9456a28a0bcce93232c7feee530a109 to your computer and use it in GitHub Desktop.
My git config
[user]
name = Matheus Gomes
email = matheusnascgomes@gmail.com
[alias]
st = status
com = commit -m
br = branch
rup = push origin
rdown = pull origin
logone = log --oneline
ck = checkout
sfiles = show --name-only
mr = merge --no-ff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment