Tips and tricks
Useful git commands
To have this happen automatically for branches without a tracking
upstream, see ‘push.autoSetupRemote’ in ‘git help config’.
git config --global --add --bool push.autoSetupRemote true
To have this happen automatically for branches without a tracking
upstream, see ‘push.autoSetupRemote’ in ‘git help config’.
git config --global --add --bool push.autoSetupRemote true