git - How to only push a specific tag to remote? -


इस सवाल का पहले से ही एक उत्तर है: < / P>

  • 8 जवाब

    क्या < कोड> git push --tag tag_a ? मैं सिर्फ git push --tags

    आप बस का उपयोग कर सकते हैं: वैकल्पिक रूप से (मुख्य रूप से टैग / शाखा नाम संघर्ष को हल करने के लिए), आप इसका उपयोग कर सकते हैं:

       
      > Git पुश मूल refs / tags / tag_a    

Comments

Popular posts from this blog

python - Writing Greek in matplotlib labels, titles -

c# - LINQ to Entities does not recognize the method 'Int32 IndexOf(System.String, System.StringComparison)' method -

Pygame memory leak with transform.flip -