I used the following command to send my local git commit to the server:
git push -u origin my_bransh
How to undo this push?
I used the following command to send my local git commit to the server:
git push -u origin my_bransh
How to undo this push?