Last active
March 26, 2020 15:04
-
-
Save diegoquintanav/ec9a015c1458f2b3cbaecadbb025caed to your computer and use it in GitHub Desktop.
git config 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
[user] | |
email = [email protected] | |
name = Diego Quintana | |
[alias] | |
a = add | |
co = checkout | |
st = status | |
ci = commit | |
br = branch | |
unstage = reset HEAD -- | |
ec = config --global -e | |
pretty = log --abbrev-commit --pretty=oneline --decorate | |
add-ci = !git add -A && git commit | |
graph = log --abbrev-commit --pretty=oneline --decorate --all --graph |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment