Created
January 21, 2013 22:58
-
-
Save AutomatedTester/4590304 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [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