Skip to content

Latest commit

 

History

History

git

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Module Description

  1. Get basic understanding of the Git version control system
  2. Get started to work with Git using a web-service GitHub
  3. Get to know the following terminology:
    • Repository: Local, Remote/Origin
    • Working Directory
    • Staging Area
  4. Learn the main commands (clone, add, commit, push, pull)
  5. Get to know a concept of 'branch' in the Git: create, merge, rebase
  6. Get to know a Markdown basics, create a page using it
  7. Create personal web page with the GitHub Pages

Educational Materials

  1. You should read and remember commits requirements in RS School
  2. Watch video materials Git/GitHub theory (~0.5 hour)
  3. Learn Markdown's documentation - you can start with basics and syntax and dive in other concepts when practice (0.5 hour)
  4. Short and valuable instruction for setting up the GitHub Pages in your repository provided by MDN, official documentation
  5. Video instructions how to deploy page using the GitHub Pages (7 min)

Optional Materials

  1. Git Basics. Handbook
  2. Instructions how to generate SSH key and how add it to your GitHub
  3. Git summary