Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 610 Bytes

File metadata and controls

8 lines (5 loc) · 610 Bytes

Lesson 1 - Git and GitHub

Version control tools are commonly used to track changes in a code base and allow developers to collaborate. Git is one such tool which we will use extensively.

As a brief introduction to Git, please read A Beginner’s Git and GitHub Tutorial.

Practical exercise

Create a git repository. Add a file called README.md to the repository and write some information in it using markdown syntax. Sync your repository to your GitHub profile.