Create a tag in a GitHub repository

后端 未结 7 1562
逝去的感伤
逝去的感伤 2020-12-02 03:04

I have a repository in GitHub and I need to tag it.
I tagged in a shell, but on GitHub, it is not showing up.

Do I have to do

7条回答
  •  春和景丽
    2020-12-02 03:57

    Using Sourcetree

    Here are the simple steps to create a GitHub Tag, when you release build from master.

    1. Open source_tree tab

    2. Right click on Tag sections from Tag which appear on left navigation section

    3. Click on New Tag()

    4. A dialog appears to Add Tag and Remove Tag
    5. Click on Add Tag from give name to tag (preferred version name of the code)

    6. If you want to push the TAG on remote, while creating the TAG ref: step 5 which gives checkbox push TAG to origin check it and pushed tag appears on remote repository

    7. In case while creating the TAG if you have forgotten to check the box Push to origin, you can do it later by right-clicking on the created TAG, click on Push to origin.

提交回复
热议问题