Hacker News new | ask | show | jobs
by hop_n_bop 690 days ago
1) git config --global url.ssh://git@github.com/.insteadOf https://github.com/

2) export GOPRIVATE='github.com/_company/*'

1 comments

>> or the worse way (doing brittle text replacement using weird git config stuff).