Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
remote-helper: Change default push option 'sync' to 'no-sync'
◌ 0/1 checks passed ade wants to merge 3 commits into master · opened 3 months ago

To support safer defaults and prevent new users accidentally pushing sensistive repository contents, this patch changes the default behaviour of push to no-sync from sync.

The prior behaviour can be restored with either:

  • -o sync for each git push you wish to sync.
  • Setting the git config push.pushOption to sync with:
    $ git config --local push.pushOption "sync"
    
Checks in progress — 0 passed, 1 pending View logs ↗