Git branch: Difference between revisions
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
=Overview= | =Overview= | ||
[[#Overview|git branch]] is used to perform branch-related operations: listing existing branches, creating new local and remote branches, renaming branches | [[#Overview|git branch]] is used to perform branch-related operations: listing existing branches, creating new local and remote branches, renaming branches and deleting branches. | ||
Checking out the content of a branch is performed with [[git checkout]]. |
Revision as of 20:17, 19 March 2018
Internal
Overview
git branch is used to perform branch-related operations: listing existing branches, creating new local and remote branches, renaming branches and deleting branches.
Checking out the content of a branch is performed with git checkout.