Skip to content

mostafa2080/gitLab02

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gitLab02

Remove local branch

git branch -d dev

Remove remote branch

git push origin --delete dev

List all the tags in the repository

git tag

Delete the tag locally

git tag -d v1.0

Delete the tag from the remote repository

git push --delete origin v1.0

GitHub Logo

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors