Skip to content

Instantly share code, notes, and snippets.

@lattespirit
Created September 14, 2016 09:20
Show Gist options
  • Save lattespirit/0db4e88c1243d2ec1dc2f94f73b6bac5 to your computer and use it in GitHub Desktop.
Save lattespirit/0db4e88c1243d2ec1dc2f94f73b6bac5 to your computer and use it in GitHub Desktop.
[alias]
st = status
co = checkout
br = branch -v
cm = commit
cf = config
unstage = reset HEAD --
tree = log --graph --decorate --pretty=oneline --abbrev-commit
[core]
editor = vim
[diff]
tool = vimdiff
[difftool]
prompt = 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment