Skip to content

MuhammedAlQamary/lab2Repo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 

Repository files navigation

lab2Repo

local branches

git branch -d <branch_name>

remote branches

git push origin --delete <branch_name>

● how to list tags in local

git tag

● tell me how to delete tag locally and remotely.

locally

git tag -d v1.0

remote

git push origin --delete v1.0

R

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published