Difference between revisions of "Git branch --list"
Jump to navigation
Jump to search
(7 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{lc}} | {{lc}} | ||
− | + | [[List all branches]]: | |
− | * <code>[[git branch]] --list</code> | + | * <code>[[git branch --list -a]]</code> |
+ | * <code>[[git branch]] --list</code> or <code>[[git branch -l]]</code> | ||
prod | prod | ||
staging | staging | ||
− | + | [[git branch --list -a]] | |
+ | main | ||
+ | list | ||
+ | * currentbranch | ||
+ | remotes/origin/yourbranch1 | ||
+ | remotes/origin/yourbranch2 | ||
+ | remotes/origin/yourbranch1 | ||
− | |||
== Related == | == Related == |
Latest revision as of 11:01, 19 January 2024
git branch --list -a
git branch --list
orgit branch -l
prod staging
git branch --list -a main list * currentbranch remotes/origin/yourbranch1 remotes/origin/yourbranch2 remotes/origin/yourbranch1
Related[edit]
See also[edit]
git branch
,git: upstream
,git branch --delete branch name
,[ --list | -a | -r | -M ]
Advertising: