|
|
|
|
|
by ComputerGuru
181 days ago
|
|
GitHub dropped http authentication so this only works for public repos (not that the UX or security of http auth for git is nice). Can git be configured to use different keys for push and pull? (You can obviously use different upstreams, but thats not as elegant.) Most git servers let you specify read vs read-write privileges (aka “deployment keys”) so you could use one key to pull updates that doesn’t need touch and another key to push (which does). |
|