Konubinix' opinionated web of thoughts

Configure Git to Use Ssh When Using Https Url

Fleeting

git, tilt

configure git to authenticate against the private repo in the background. A common pattern (borrowed from the Go FAQ) is to setup your Git repo for SSH and add these lines to your ~/.gitconfig:

[url “ssh://git@github.com/”] insteadOf = https://github.com/

https://docs.tilt.dev/extensions.html