“Tag Git Branch” Kod odpowiedzi

Tag Git Branch

$ git tag -a v1.4 -m "my version 1.4"
$ git tag
v0.1
v1.3
v1.4

By default, the git push command doesn’t transfer 
tags to remote servers. You will have to explicitly 
push tags to a shared server after you have created them. 
This process is just like sharing remote branches — 
you can run 

$ git push origin <tagname>.
Encouraging Eel

Git Utwórz gałęzie z tagu

git checkout -b newbranch v1.0
Drakonkat

git, który gałąź zawiera tag

git branch --contains tags/<tag>
Barry Bear

Odpowiedzi podobne do “Tag Git Branch”

Pytania podobne do “Tag Git Branch”

Więcej pokrewnych odpowiedzi na “Tag Git Branch” w Shell/Bash

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu