Skip to content

Caches repositories locally to efficiently do `git describe` on remotes

Notifications You must be signed in to change notification settings

erasys/git-describe-remote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

git describe remote

Finds the latest semantic version tag that is referenced by the given branch.

It runs git describe --abbrev=0 --tags --match "*.*.*" $BRANCH on a given remote URL.

Usage

docker build -t git_describe_remote .
docker run -it -v $HOME/.ssh/:/root/.ssh/ -v git_describe_remote_cache:/repos git_describe_remote $REMOTE_URL $BRANCH

About

Caches repositories locally to efficiently do `git describe` on remotes

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages