Skip to content

Instantly share code, notes, and snippets.

@diegoquintanav
Last active March 26, 2020 15:04
Show Gist options
  • Save diegoquintanav/ec9a015c1458f2b3cbaecadbb025caed to your computer and use it in GitHub Desktop.
Save diegoquintanav/ec9a015c1458f2b3cbaecadbb025caed to your computer and use it in GitHub Desktop.
git config file
[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