Git Tags | Drupal 8

Git Tags

Submitted by editor on Mon, 05/15/2017 - 21:31
Question

How to use tags of git. add remove git tag ?

Add remove git tags.

Create a tag

git tag <TAGNAME>

Push tag

git push origin <TAGNAME>
git push --tags

Pull tags

git tag -l
git checkout tags/<TAGNAME>

Delete local tag

git tag -d <TAGNAME>

Delete remote tag

git push origin :<TAGNAME>

Show tag list

git tag

Show selected tag list

git tag -l "TAGNAME*"

Comments

Bower (not verified)

Thu, 06/01/2017 - 08:46

I'm very inspired with this weblog. this indicates it literally does not have any dietary cost and consuming it virtually makes your body use up stored nutrients to method it. last time I visit write my essay this website also awesome Honey then again has many useful nutrients, enzymes, and antioxidants; uncooked honey is first-class as standard honey processing

Add new comment

Plain text

  • No HTML tags allowed.
  • Lines and paragraphs break automatically.
  • Web page addresses and email addresses turn into links automatically.