Skip to content

Nader96x/git-Day2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

How to ...?

How to

Remove Section

remove Remotely

git push origin :dev
git push origin :test

remove Localy

git branch -d dev
git branch -d test

Tags Section

list Tags

git tag

delete tag locally

git tag -d v1.7

delete tag remotely

git push origin :v1.7

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors