swcarpentry / git-novice

Version Control with Git

Home Page:http://swcarpentry.github.io/git-novice/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Version Control with Git: Tracking Changes. Change not yet staged.

phwtsang opened this issue · comments

After adding the line: "The two moons may be a problem for Wolfman." in mars.txt and reviewing the difference between the two versions of the file, the instruction says: "...it's time to commit it [our change]: git commit -m "..." I think the command should have been git commit -am because the change had not been added/staged up to that point.


Thanks for contributing! If this contribution is for instructor training, please send an email to checkout@carpentries.org with a link to this contribution so we can record your progress. You’ve completed your contribution step for instructor checkout just by submitting this contribution.

If this issue is about a specific episode within a lesson, please provide its link or filename.

Please keep in mind that lesson maintainers are volunteers and it may be some time before they can respond to your contribution. Although not all contributions can be incorporated into the lesson materials, we appreciate your time and effort to improve the curriculum. If you have any questions about the lesson maintenance process or would like to volunteer your time as a contribution reviewer, please contact The Carpentries Team at team@carpentries.org.


I spoke too early. The instruction did address the unstaged change in the next paragraph. Please ignore this issue.