Skip to content

Instantly share code, notes, and snippets.

@cqpx
Created June 19, 2013 14:15
Show Gist options
  • Select an option

  • Save cqpx/5814640 to your computer and use it in GitHub Desktop.

Select an option

Save cqpx/5814640 to your computer and use it in GitHub Desktop.
[alias]
st = status -sb
ci = commit
br = branch -rv
co = checkout
df = diff
damn = blame
lg = log -p
who = shortlog -s --
serve = !git daemon --reuseaddr --verbose --base-path=. --export-all ./.git
stash = stash -u
pull = pull --rebase
rebase = rebase -i
add = add -A
remote = remote -v
@cqpx
Copy link
Author

cqpx commented Jun 19, 2013

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment