For register more than 2 people.
Description
Git, simply put, is a distributed version control system or a tool to save versions of your code. It allows groups of people to work on the same documents (often code) at the same time. It allows us to track changes made to files, know who changed what file, when and why. In addition to this, we also have the ability to go back to older versions of the code base without losing what we are currently working on.
This course will show you:
● How to set up Git, Sourcetree and Bitbucket
● Basic usage of git
● Git workflow
● Branching and merging
● How to solve conflict
● How to stash and much more