Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors