Skip to content

Instantly share code, notes, and snippets.

@vinaygaba
Last active July 21, 2016 12:16
Show Gist options
  • Save vinaygaba/11b1b95e801677fd6451d83889d8d61b to your computer and use it in GitHub Desktop.
Save vinaygaba/11b1b95e801677fd6451d83889d8d61b to your computer and use it in GitHub Desktop.
My gitconfig file to set up git aliases. Makes you so much more productive.
[user]
name = vinaygaba
email = vinaygaba@gmail.com
[alias]
a = add
b = branch
c = commit
cm = commit --message
co = checkout
cpc = cherry-pick
d = diff
m = merge
l = log
pom = push origin master
r = remote
rb = rebase
rbc = rebase --continue
s = status
sts = stash save
stp = stash pop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment