A Guide to Git & GitHub
In this course we will be learning about version control especially Git and GitHub which provides hosting for Git version control.
$ echo "<p>Welcome to the awesome university</p>" > index.html
$ git status
On branch master Changes not staged for commit: (use "git add <file>..." to update what will be committed) (use "git restore <file>..." to discard changes in working directory) modified: index.html no changes added to commit (use "git add" and/or "git commit -a")