... | @@ -200,9 +200,9 @@ Before doing our first Python program, let's make some **changes** to the **READ |
... | @@ -200,9 +200,9 @@ Before doing our first Python program, let's make some **changes** to the **READ |
|
|
|
|
|
Add some text. Notice how the color of the README file has changed. It is indicating that a change has been made: the **current README** file is **different** than the one stored in the **repository**.
|
|
Add some text. Notice how the color of the README file has changed. It is indicating that a change has been made: the **current README** file is **different** than the one stored in the **repository**.
|
|
|
|
|
|
Let's **commit** that change. Click on the **green tick** in the upper right corner.
|
|
Let's **commit** that change. Click on the README.md file to select it, include a commit message and select ** Commit and Push **
|
|
|
|
|
|

|
|

|
|
|
|
|
|
Every time you commit a change, you should write a comment. In this case we can write _my first change_. Then click on the **commit** button.
|
|
Every time you commit a change, you should write a comment. In this case we can write _my first change_. Then click on the **commit** button.
|
|
|
|
|
... | | ... | |