##Learning Git
-
Navigate through the command line into your favorite directory or one that will be a good place to save this test repo
-
Clone this repository
git clone https://github.com/oberlin-csmc/git-night
-
Go ahead and add you favorite file to the directory and rename it with your name
-
Add this file to the git index
git add puckBregstone.py
-
Commit your changes
git commit
-
Then push your changes from the local repository to the remote repository
git push