Git is most widely used version control system. Whether you are a developer, project manager or student, if you are working on a file based project either individually or in a team, it becomes very important to keep track of changes we make or our team. Doing it manually becomes a challenging task and hence we make use of git. In this session we will learn the basics of Git, how to do staging, cloning, branching and collaborating with git and playing with submodules
By the end of the Session, participants will be able to :