Mercurial > hg > config
changeset 604:2786c3293fb5
STUB: .gitconfig
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Fri, 31 Jan 2014 09:02:49 -0800 |
parents | bd30deecdf4a |
children | ab9145ded910 |
files | .gitconfig |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/.gitconfig Thu Jan 30 16:22:26 2014 -0800 +++ b/.gitconfig Fri Jan 31 09:02:49 2014 -0800 @@ -2,7 +2,7 @@ excludesfile = /home/jhammel/.gitignore [user] name = Jeff Hammel - email = jhammel@mozilla.com + email = k0scist@gmail.com [alias] branches = branch -a branchname = git rev-parse --abbrev-ref HEAD @@ -11,5 +11,5 @@ pushbranch = !git push origin $(git rev-parse --abbrev-ref HEAD) root = rev-parse --show-toplevel st = status - up = !git pull mozilla master && git push origin master + up = !git pull origin master && git push origin master wip = !git commit -a -m 'wip' && git push origin $(git rev-parse --abbrev-ref HEAD) \ No newline at end of file