Difference between revisions of "Git branch -a"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Line 12: Line 12:
 
== Related ==
 
== Related ==
 
* <code>[[git branch --list]]</code>
 
* <code>[[git branch --list]]</code>
 +
* <code>[[git branch --list -a]]</code>
 
* <code>[[git checkout]]</code>
 
* <code>[[git checkout]]</code>
  

Revision as of 19:06, 8 March 2023

git branch -a [1]
git branch -a
* main
  remotes/origin/HEAD -> origin/main
  remotes/origin/develop
  remotes/origin/main
git branch -v --all

Related

See also

  • https://stackoverflow.com/a/13204972
  • Advertising: