remote-helper: Change default push option 'sync' to 'no-sync'
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 syncfor eachgit pushyou wish to sync.- Setting the git config
push.pushOptiontosyncwith:$ git config --local push.pushOption "sync"
Checks in progress
— 0 passed, 1 pending
View logs ↗