384
edits
Changes
→Use of Github
=== Use of Github ===
You will once again be graded partly on <b>correct use of version control</b>, that is use of numerous commits with sensible commit messages. In professional practice, this is critically important for the timely delivery of code. You will be expected to use:
<ol><li><code>git add *.py</code><li><code>git commit -m "a message that describes the change"</code><li><code>git push</code>
after completing each step. There is no penalty for "too many commits", there is no such thing!