Home
Pricing and Signup
Repositories
News
Login
Home
|
Edit
|
New
Guides: Push tags to github
See
git-tag
on how to create a tag. E.g:
$
git tag -a -m "tagging version 1.0" 1.0
Use git-push with the --tags option to push them to the remote (github in this case).
$
git push --tags
Last edited by
alloy
, 2 months ago
Versions:
Current
This feature is coming soon. Sit tight!