We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
You can also add a command send to push all tags.
git push <remote> --tags
Or better on all remotes using git remote -v command.
git remote -v
Best regard Willy Micieli
The text was updated successfully, but these errors were encountered:
This is already managed by the push command because supports additional Git arguments like --tags. https://github.com/joseluisq/gitnow#push
push
--tags
Take a look:
~> push --tags 🚀 Pushing changes... Mode: Manual Total 0 (delta 0), reused 0 (delta 0) To https://github.com/joseluisq/gitnow.git * [new tag] abcdef1 -> abcdef1 * [new tag] abcdef2 -> abcdef2 * [new tag] abcdef3 -> abcdef3
Sorry, something went wrong.
okay it's super !
Best regards Willy Micieli
joseluisq
No branches or pull requests
You can also add a command send to push all tags.
git push <remote> --tags
Or better on all remotes using
git remote -v
command.Best regard Willy Micieli
The text was updated successfully, but these errors were encountered: