Southampton-RSG-Training / git-novice

https://southampton-rsg-training.github.io/git-novice/
Other
2 stars 3 forks source link

Introduce `git config push.default current`? #18

Open smangham opened 11 months ago

smangham commented 11 months ago

Realistically... no beginner will ever want to faff around with pulling and pushing from different remotes. It's just a pain.

We should probably introduce git config --global push.default current.

I really don't understand why it isn't the default.