Skip to content

Instantly share code, notes, and snippets.

@AutomatedTester
Created January 21, 2013 22:58
Show Gist options
  • Select an option

  • Save AutomatedTester/4590304 to your computer and use it in GitHub Desktop.

Select an option

Save AutomatedTester/4590304 to your computer and use it in GitHub Desktop.
[user]
name = AutomatedTester
email = dburns@mozilla.com
[core]
excludesfile = /Users/davidburns/.gitignore
[github]
user = AutomatedTester
[color]
diff = auto
status = auto
branch = auto
ui = auto
[alias]
co = checkout
br = branch
ci = commit
st = status
di = diff
dc = diff --cached
unci = reset --soft HEAD^
unstage = reset HEAD
rmbr = !sh -c \"git branch -d \\$0 && git push origin :heads/\\$0 && git remote prune origin\"
rmremote = !sh -c \"git push origin :heads/\\$0\"
put = push origin HEAD
get = !git pull && git submodule init && git submodule update
unadd = reset HEAD
switch = !legit switch \"$@\"
branches = !legit branches
sprout = !legit sprout \"$@\"
unpublish = !legit unpublish \"$@\"
harvest = !legit harvest \"$@\"
sync = !legit sync \"$@\"
publish = !legit publish \"$@\"
graft = !legit graft \"$@\"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment