-
Day 1
- Introduction to Git Version Control
- Creating a GitHub account.
- Create your own fork, or copy, a GitHub repository.
-
Day 2
- Installing Github dektop and git
- creation of a local version of a GitHub repository on your computer.
- Working on a repository on a local computer.
-
Day 3
- Creation of a Markdown (.md) file using a text editor.
- Use basic markdown syntax to format a document .
-
Day 4
- Adding new files or changes to existing files to your repo.
- git commands - commit, status,push
-
Day 5
- Update your local repository from a central repository in GitHub.