Git. Branch

From AsIsWiki
(Difference between revisions)
Jump to: navigation, search
(Created page with "<div style='max-width:700px;text-align:justify;'> Git ==Список веток== Список локальных веток: git branch Список remote-вето...")
 
 
Line 17: Line 17:
 
  git branch -a
 
  git branch -a
  
Список всех веток с hash-кодом последнего комита:  
+
Список всех веток с hash-кодом последнего коммита:  
  
 
  git ls-remote --heads origin
 
  git ls-remote --heads origin

Latest revision as of 09:45, 14 May 2021

Git


[edit] Список веток

Список локальных веток:

git branch

Список remote-веток:

git branch -r

Общий список локальных и remote-веток:

git branch -a

Список всех веток с hash-кодом последнего коммита:

git ls-remote --heads origin



Git

Personal tools
Namespaces

Variants
Actions
Navigation
Tools