pcottle / learnGitBranching

An interactive git visualization and tutorial. Aspiring students of git can use this app to educate and challenge themselves towards mastery of git!
https://pcottle.github.io/learnGitBranching/
MIT License
30.34k stars 5.73k forks source link

Added delete flag to 'push' command to delete remote branches #1086

Closed birdalicious closed 1 year ago

birdalicious commented 1 year ago

Adds the delete flag as a method to delete remote branches git push origin -d foo uses the existing method of deleting remote branches by colon refspec

netlify[bot] commented 1 year ago

Deploy Preview for xenodochial-hugle-b9ec84 ready!

Name Link
Latest commit d50d910c9b4ad9b4e642a61e804362cc5bab431f
Latest deploy log https://app.netlify.com/sites/xenodochial-hugle-b9ec84/deploys/64b2ffab0c1d1000086339af
Deploy Preview https://deploy-preview-1086--xenodochial-hugle-b9ec84.netlify.app/
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

pcottle commented 1 year ago

Wow and with tests too!! 👏🏻👏🏻👏🏻 thanks so much for the contribution