From 433e4d75769649c82a1cc3c26b62698ba01ce6ad Mon Sep 17 00:00:00 2001 From: Abhay Rana Date: Mon, 15 Jun 2015 00:56:36 +0530 Subject: [PATCH] I'm no longer behind a :poop: firewall. - Also adds a github pages alias --- files/git/.gitconfig | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/files/git/.gitconfig b/files/git/.gitconfig index 2c7bf74..6bcb422 100644 --- a/files/git/.gitconfig +++ b/files/git/.gitconfig @@ -7,6 +7,7 @@ [alias] pom = push origin master pod = push origin development + pogh = push origin gh-pages pu = pull po = push origin fo = fetch origin @@ -23,5 +24,5 @@ lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr)%Creset %C(blue)(%an <%ae>)%Creset' --abbrev-commit --date=relative [help] autocorrect = 0 -[url "https://"] - insteadOf = git:// +[push] + default = simple