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