Git Exercise
-
Make a new directory
-
Add some files
-
Initialize Git within the directory
-
Add the files to the Git staging area
-
Commit the git staging area to Head
-
Make a new remote repository on Github
-
Connect the remote repository to your local repository
-
Sync the two directories by pushing from your local repo
-
Make some changes on your local repository
-
Add and commit those changes
-
Push up to your remote repository to sync the two repositories again.
Finishing up!