mirror of
https://github.com/itme-brain/git.git
synced 2026-05-08 07:20:11 -04:00
feat(git): prefer ssh for github pushes
This commit is contained in:
parent
8b16b7047c
commit
7ea8c164bc
1 changed files with 3 additions and 0 deletions
3
config
3
config
|
|
@ -26,3 +26,6 @@
|
|||
# Enable per-project with: git config --local commit.gpgSign true
|
||||
[commit]
|
||||
gpgSign = false
|
||||
|
||||
[url "git@github.com:"]
|
||||
pushInsteadOf = https://github.com/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue