I have made a git add, commit and then the push. Can I revert the commit back to staging and remove feature/ticket-number from Github as this was added to Github after the push?
This is what I ran: git commit -a -m "message here" git push --set-upstream origin feature/ticket-number