“GitHub Show Current Branch” Ответ

GitHub Show Current Branch

git branch --show-current
Average Ant

Получите текущее название филиала git

git rev-parse --abbrev-ref HEAD
Average Ant

Проверьте ток ветвей GitHub

git branch
# should show all the local branches of your repo. The starred branch is your current branch.

# If you want to retrieve only the name of the branch you are on, you can do:

git rev-parse --abbrev-ref HEAD
# or with Git 2.22 and above:

git branch --show-current
Mobile Star

GitHub Show Current Branch

git branch --show-current
Owl Coder

Ответы похожие на “GitHub Show Current Branch”

Вопросы похожие на “GitHub Show Current Branch”

Больше похожих ответов на “GitHub Show Current Branch” по Shell/Bash

Смотреть популярные ответы по языку

Смотреть другие языки программирования