8000 GitHub - edgaraafelix/git-clean-tags
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

edgaraafelix/git-clean-tags

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Git Clean Tags

Setup

Navigate to any directory of your choice and git clone the repository as follows:

  • git clone git@github.com:edgaraafelix/git-clean-tags.git

Usage

Navigate to the cloned repository and run ./clean.sh with the -p argument followed by the path to the repository:

  • ./clean.sh -p ~/Projects/MyApp

Next...

After you clean up a repo's tags, ask your team to run the following commands for each project:

  • git tag -d $(git tag -l) && git fetch

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0