... | @@ -200,13 +200,13 @@ Before doing our first Python program, let's make some **changes** to the **READ |
... | @@ -200,13 +200,13 @@ 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 README.md file to select it, include a commit message and select ** Commit and Push **
|
|
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.
|
|
You will be asked by your username and mail. Fill them and click on "Push"
|
|
|
|
|
|

|
|

|
|
|
|
|
|
Congrats! You've done your first commit!
|
|
Congrats! You've done your first commit!
|
|
|
|
|
... | | ... | |