Skip to content

Instantly share code, notes, and snippets.

@cedricvidal
Last active November 28, 2017 17:41
Show Gist options
  • Save cedricvidal/7264002 to your computer and use it in GitHub Desktop.
Save cedricvidal/7264002 to your computer and use it in GitHub Desktop.
.gitconfig
[user]
name = Cedric Vidal
email = [email protected]
[color]
ui = true
[alias]
lg = log --all --graph --decorate --oneline
undo = reset --soft HEAD^
ci = commit
co = checkout
st = status
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment