Difference between revisions of "Git branch -a"
Jump to navigation
Jump to search
↑ https://stackoverflow.com/a/13204972
Tags: Mobile web edit, Mobile edit |
|||
(9 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
{{lowercase}} | {{lowercase}} | ||
− | + | *<code>[[git branch]] -a</code><ref>https://stackoverflow.com/a/13204972</ref> | |
+ | *<code>[[git branch]] --all</code> | ||
+ | git branch -a | ||
+ | * main | ||
+ | remotes/origin/HEAD -> origin/main | ||
+ | remotes/origin/develop | ||
+ | remotes/origin/main | ||
+ | |||
+ | [[git branch]] -v --all | ||
== Related == | == Related == | ||
* <code>[[git branch --list]]</code> | * <code>[[git branch --list]]</code> | ||
+ | * <code>[[git branch --list -a]]</code> | ||
+ | * <code>[[git checkout]]</code> | ||
== See also == | == See also == |
Latest revision as of 15:01, 15 March 2023
git branch -a
[1]git branch --all
git branch -a * main remotes/origin/HEAD -> origin/main remotes/origin/develop remotes/origin/main
git branch -v --all
Related[edit]
See also[edit]
git branch
,git: upstream
,git branch --delete branch name
,[ --list | -a | -r | -M ]
Advertising: