diff options
author | Yigit Sever | 2022-12-20 02:38:57 +0300 |
---|---|---|
committer | Yigit Sever | 2022-12-20 02:38:57 +0300 |
commit | 0d5f939f17787f434270272e1297864a747d62da (patch) | |
tree | 6640216a5eb7f17a4de1b71a3b0848a8d0eabc74 | |
parent | 61cc17ffb98d81e61d030cd5fd862a5e2fed9adc (diff) | |
download | dotfiles-0d5f939f17787f434270272e1297864a747d62da.tar.gz dotfiles-0d5f939f17787f434270272e1297864a747d62da.tar.bz2 dotfiles-0d5f939f17787f434270272e1297864a747d62da.zip |
feat(git): add overleaf credentials \w pass
-rw-r--r-- | .gitconfig##h.lowe | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitconfig##h.lowe b/.gitconfig##h.lowe index 401e691..75c718f 100644 --- a/.gitconfig##h.lowe +++ b/.gitconfig##h.lowe | |||
@@ -73,3 +73,5 @@ | |||
73 | line-numbers-right-style = cyan | 73 | line-numbers-right-style = cyan |
74 | line-numbers-minus-style = 124 | 74 | line-numbers-minus-style = 124 |
75 | line-numbers-plus-style = 28 | 75 | line-numbers-plus-style = 28 |
76 | [credential "https://git.overleaf.com"] | ||
77 | helper = !pass overleaf/git | ||