mieweb / wikiGDrive

Wiki for Google Shared Drive
15 stars 6 forks source link

Make an option to start a new branch and push to it... in the git config #418

Closed horner closed 5 months ago

horner commented 5 months ago

When we get stuck with a problem: "git push failed" we should offer to do a feature branch:

git push --set-upstream origin git push origin

then OFFER to switch back to master and do a force reset?

Do we need to keep track of branch then?