• Home
  • Set primary menu

Date:
July 14, 2023
Categories:
Development
Tags:
git
Comments:
0

Deleting remote branch

https://www.freecodecamp.org/news/git-delete-branch-how-to-remove-a-local-or-remote-branch/

take a look at all remote branches

git fetch && git branch -a

hit q to leave shell

git push origin -d feature/WD-223

Leave a Reply Cancel reply

Your email address will not be published.

Let's Code