To push a specific tag to a remote repository, use the command git push origin ________.

  • master
  • HEAD
  • remote
To push a specific tag in Git, the command is 'git push origin '. This command sends the specified tag to the remote repository named 'origin.'
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *