diff options
author | Tyler Davis <tydavis@gmail.com> | 2020-09-13 01:17:07 +0000 |
---|---|---|
committer | Tyler Davis <tydavis@gmail.com> | 2020-09-13 01:17:18 +0000 |
commit | d30f6c5fdb00212264cf306a6f8ab3462817478a (patch) | |
tree | 1785cf28234476af9f4f209f3bab99909d7b23b8 /.setup/confgit.sh | |
parent | 146003de2460eeb29a2a86ec38f278ae38e64a57 (diff) | |
download | dotfiles-d30f6c5fdb00212264cf306a6f8ab3462817478a.tar.gz dotfiles-d30f6c5fdb00212264cf306a6f8ab3462817478a.zip |
fix: git add hub config
Diffstat (limited to '.setup/confgit.sh')
-rwxr-xr-x | .setup/confgit.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.setup/confgit.sh b/.setup/confgit.sh index 3b654df..0fe5bcb 100755 --- a/.setup/confgit.sh +++ b/.setup/confgit.sh @@ -20,6 +20,7 @@ git config --global http.postBuffer 524288000 git config --global status.submodulesummary 1 git config --global pull.ff only git config --global init.templateDir "~/.config/git/template/" +git config --global hub.protocol https if [ "$(command -v delta)" ]; then git config --global core.pager delta |