|
|
|
|
|
by dogscatstrees
16 days ago
|
|
Nice. Claude likes it, especially when the AI detects PII and knows by policy to halt the commit to cloud but not local. > A related trick worth knowing — one git push can fan out to two destinations: git remote set-url --add --push origin ~/bares/<repo>.git
# add a 2nd push URL
# now `git push origin` writes to GitHub AND the local bare repo |
|