Basics of GIT
Basics of GIT
Git is the current defacto method of managing code changes between multiple team members in an organization. A type of version control, Git is used to track all changes performed by a team and ensure everything merges back together into one coherent piece of code.
Contents
- Installing GIT.
- Working with repositories.
- Viewing the GIT log.
- Working with branches.