Skip to content

Instantly share code, notes, and snippets.

@fcarrega
Last active December 30, 2016 13:52
Show Gist options
  • Save fcarrega/7a8c572afeaf82534ca76c83c67f31e2 to your computer and use it in GitHub Desktop.
Save fcarrega/7a8c572afeaf82534ca76c83c67f31e2 to your computer and use it in GitHub Desktop.
Personal git configuration file
# F. Carrega Git configuration file
[user]
name = Fabrice Carrega
email = fabrice.carrega@DOMAIN.com
[alias]
co = checkout
ps = push
r = remote -v
a = add
pl = pull
c = commit -m
b = branch
undo = reset --soft HEAD^
s = status
m = merge
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment