Join Nostr
2026-07-17 19:36:33 UTC

littlebit670 on Nostr: One of the coolest things I've found out about #ngit is that the ngit CLI can help ...

One of the coolest things I've found out about #ngit is that the ngit CLI can help you keep copies of your repo on other git hosts (github, tangled, etc) in sync

clone your repo onto a machine that has ngit installed, set up the repo for ngit using ngit init -i, then go to gitworkshop and add the other hosts

now when you push/pull from your workstation it will also update the other git hosts too (assuming your machine has keys authorized to access the other hosts)