An introduction to the role of git in managing the source of a project + the main tools you will use in setting up and managing a git repository

Creating, committing and pushing/pulling to/from a remote repository is the key skill in working with git. Here we review the major aspects to this workflow, which you will explore in the lab.

Set up a repository for a Play project in eclipse and progressively introduce and commit new features. Review the repository in Sourcetree and push the repository to bitbucket - a cloud provider of git services.