Call me lazy, a retard or whatever name you like, i f*cking don’t care.
I got tired of f*cking typing the following f*cking separate commands in order to push a commits and tags to remote.
git push git push --tags
Don’t f*cking bother telling me it can be f*cking simplified to one f*cking command git push && git push --tags
I decided to put an end to it today by putting my Google-fu skill to action and as always, ended up on StackOverflow.
There I discovered git push --follow-tags
command that can push commits and tags at once.
la Fin!