Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Git Branches

Until now, the tracking capabilities of Git are clear, but we told you it is a tool for collaborating, so how can we achieve this?

You probably already heard the term branch in any of the videos. These are the minimum units of collaborative work that you will use.

Therefore, in this section, we will teach you:

  1. What a branch is
  2. How to create and switch to branches
  3. Best practices: the .gitignore files