Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

To remove branch locally

git branch -d dev 

To remove branch remotely

git push origin :dev 

To check to another branch without commit changes

git checkout -f dev

To create annonated tag with name V1.7

git tag -a V1.7 -m "message"

To list tags

git tag

To delete tag locally and remotely

git tag -d V1.7
git push origin :(esm el tag) 

To upload image in README.md file

![alt text](http://url/to/img.png)

Handsome Guy

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages