Open Source Comes to Campus/Github pull steps: Difference between revisions

imported>Shauna
No edit summary
imported>Shauna
Line 57:
== Commit and push ==
 
Once you're finished making changes, you can commituse yourthe changesfollowing bycommand typingto get a list of files you've changed:
 
git status
 
You can commit your changes by typing "git add" followed by the files you've changed, for instance:
 
git add index.html
 
Once you've added the changes, you can "commit" them with a message specifying what you've changed.
 
git commit -m "Explanation of my changes"
Anonymous user