Git/branch
from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
< Git
A "branch" is a separate copy (of the files involved in a project) which can be worked on without affecting the original copy.
"Branching" is a concept basic to most version control systems.
Commands
To find out what branches are available:
git branchlists local branchesgit branch -rlists the remote branchesgit branch -alists both local and remote branches
