This is the first time I'm using tag on Git, so I've a question.
First, I cloned my repository (from the master branch) and modified the code.
Then, I want on Gitlab and created a new tag from the GUI: Repository -> Tags -> New Tag.
At, this point I've a new tag, TAG_A.
Now, I'd like to push my modified code into the TAG_A. How can I do it?
