|
44 | 44 | # finished all the exercises in a module -- there will be no blue bars |
45 | 45 | # left on the scrollbar-like thing to the right. |
46 | 46 | # |
47 | | -# You have now completed TO DO #2, so change its TO DO on line 26 to DONE |
| 47 | +# You have now completed TO DO #2, so change its TO DO on line 29 to DONE |
48 | 48 | # (and proceed similarly for all forthcoming TODOs in this course). |
49 | 49 | # |
50 | 50 | ######################################################################## |
|
77 | 77 | ######################################################################## |
78 | 78 | # |
79 | 79 | # TODO: 5. |
80 | | -# Look at the list of files in this project in the |
81 | | -# PyDev Package Explorer |
82 | | -# to the left. |
| 80 | +# Look at the list of files in this project to the left. |
83 | 81 | # Note that this file (m2_hello_world.py) is now displayed in a blue |
84 | | -# font color. That means that you have made changes to this file which |
85 | | -# have not yet been committed. |
| 82 | +# font color (if the file is highlighted select a different file so yu can |
| 83 | +# see the blue font color). That means that you have made changes to |
| 84 | +# this file which have not yet been committed. |
86 | 85 | # |
87 | 86 | # COMMIT your work by selecting VCS from the menu bar, then select Commit Changes |
88 | 87 | # Make sure only the files you want to commit are checked and optionally |
89 | 88 | # add a quick Commit message to describe your work. Then hover over the |
90 | 89 | # Commit button and select Commit and Push. Commit saves the work to |
91 | | -# your computer. Push saves a copy of your work up into your Github |
92 | | -# repository (saving to the cloud is saver). |
| 90 | +# your computer. "and Push" saves a copy of your work up into your Github |
| 91 | +# repository (saving to the cloud is a better way to permanently safe work). |
93 | 92 | # |
94 | 93 | # Oh, one more thing: |
95 | 94 | # Do you have any blue bars left on the on the scrollbar-like thing |
|
0 commit comments