Open Source Comes to Campus/Curriculum/Directory: Difference between revisions

Content added Content deleted
imported>Shauna
imported>Shauna
Line 87: Line 87:
You can commit your changes by typing "git add" followed by the files you've changed, for instance:
You can commit your changes by typing "git add" followed by the files you've changed, for instance:


git add directory.html
git add index.html


Once you've added the changes, you can "commit" them with a message specifying what you've changed.
Once you've added the changes, you can "commit" them with a message specifying what you've changed.