Last active
December 30, 2016 13:52
-
-
Save fcarrega/7a8c572afeaf82534ca76c83c67f31e2 to your computer and use it in GitHub Desktop.
Personal git configuration file
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
# F. Carrega Git configuration file | |
[user] | |
name = Fabrice Carrega | |
email = [email protected] | |
[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