... | @@ -343,7 +343,7 @@ Click on the **hello** option. |
... | @@ -343,7 +343,7 @@ Click on the **hello** option. |
|
|
|
|
|

|
|

|
|
|
|
|
|
The program will **run**. A **new run** tab is open in the bottom. There you will see the **messages** we have printed. Also notice that now there is a **new configuration**, called **hello** and the run and debug **green buttons** are activated.
|
|
The program will **run**. There you will see the **messages** we have printed.
|
|
|
|
|
|

|
|

|
|
|
|
|
... | @@ -359,15 +359,11 @@ Now that the program is working, it is time to **add** it to our **repo**. First |
... | @@ -359,15 +359,11 @@ Now that the program is working, it is time to **add** it to our **repo**. First |
|
|
|
|
|

|
|

|
|
|
|
|
|
* Add a **comment** to the commit and press the commit button.
|
|
* Add a **comment** to the commit and press the **Commit and Push..." button.
|
|
|
|
|
|

|
|

|
|
|
|
|
|
Notice that now the hello.py file is **NOT green anymore**. It has the same color than the other files in the local repo.
|
|
* Now click on **Push** button.
|
|
|
|
|
|

|
|
|
|
|
|
|
|
* Now go to **VCS/Git/Push** and click on **Push**.
|
|
|
|
|
|
|
|

|
|

|
|
|
|
|
... | @@ -375,6 +371,11 @@ After some seconds, you will see the **confirmation message**. Our local repo ha |
... | @@ -375,6 +371,11 @@ After some seconds, you will see the **confirmation message**. Our local repo ha |
|
|
|
|
|

|
|

|
|
|
|
|
|
|
|
Notice that now the hello.py file is **NOT green anymore**. It has the same color than the other files in the local repo.
|
|
|
|
|
|
|
|

|
|
|
|
|
|
|
|
|
|
* Go to the browser and **check** that the changes are in **Github**.
|
|
* Go to the browser and **check** that the changes are in **Github**.
|
|
|
|
|
|

|
|

|
... | | ... | |