3asma2-lab2

How to remove dev branch

git branch -d dev
git push origin :dev

How to list tag

git tag --list

How to remove delete tag

git tag -d v1.7
git push origin --delete v1.7

Attached Image

alt text