Skip to main content

Git Exercise

  1. Make a new directory

  2. Add some files

  3. Initialize Git within the directory

  4. Add the files to the Git staging area

  5. Commit the git staging area to Head

  6. Make a new remote repository on Github

  7. Connect the remote repository to your local repository

  8. Sync the two directories by pushing from your local repo

  9. Make some changes on your local repository

  10. Add and commit those changes

  11. Push up to your remote repository to sync the two repositories again.

Finishing up!