Skip to content

Saanch/git-tag-sharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

git-tag-sharp

Application to tag remote git repository via libgit2sharp

Usage

> GitTagSharp -r "remote repository url" -l "localpath to save the repo" -u "username" -p password -e "email" -b "orgin/master" -t "tagName"

Remote Repository GitHub repository url. eg:- https://github.com/Saanch/git-tag-sharp.git

LocalPath Local machine temporary path to save the repository. It can be like C:\temp

UserName Username to connect to the remote repository to fetch and push the changes.

Password Password to connect to the remote repository to fetch and push the changes.

Email Email to connect to the remote repository to fetch and push the changes.

Branch The remote branch to be updated with the tag. eg:- origin/master

TagName TagName to be added to the remote repository.

About

Application to tag remote git repository via libgit2sharp

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages