Skip to content

Instantly share code, notes, and snippets.

@mdub
Created December 7, 2017 05:33
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
Git config
[alias]
b = branch
ci = commit
co = checkout
l = log --oneline --decorate --graph
s = status
pr = pull --rebase
cleanup = !git branch --merged | grep -v '\\*\\|master\\|develop' | xargs -n 1 git branch -d
[url "https://github.com/"]
insteadof = git@github.com:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment