Skip to content
New issue

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

Send tags #17

Closed
juwishmaster opened this issue Aug 13, 2020 · 2 comments
Closed

Send tags #17

juwishmaster opened this issue Aug 13, 2020 · 2 comments
Assignees

Comments

@juwishmaster
Copy link

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

@joseluisq joseluisq self-assigned this Aug 13, 2020
@joseluisq joseluisq added the enhancement New feature or request label Aug 13, 2020
@joseluisq
Copy link
Owner

This is already managed by the push command because supports additional Git arguments like --tags.
https://github.com/joseluisq/gitnow#push

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

@joseluisq joseluisq removed the enhancement New feature or request label Aug 13, 2020
@juwishmaster
Copy link
Author

juwishmaster commented Aug 13, 2020

okay it's super !

Best regards Willy Micieli

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants