... | @@ -250,7 +250,7 @@ After some seconds your changes will be pushed. |
... | @@ -250,7 +250,7 @@ After some seconds your changes will be pushed. |
|
|
|
|
|

|
|

|
|
|
|
|
|
**Congrats!** You've made your first contribution to your remote gitlab repository!
|
|
**Congrats!** You've made your first contribution to your remote Github repository!
|
|
|
|
|
|
If you go to your Github repo page, you will see the changes you just did.
|
|
If you go to your Github repo page, you will see the changes you just did.
|
|
|
|
|
... | @@ -300,7 +300,7 @@ Let's create our first python file. Make sure the **Hello folder is selected**, |
... | @@ -300,7 +300,7 @@ Let's create our first python file. Make sure the **Hello folder is selected**, |
|
|
|
|
|

|
|

|
|
|
|
|
|
As we are working with the **Gitlab repo**, PyCharm asks us if we want this new file to be **added** to our **local repository**. Click on **Add**. Sometimes you just want to make a quick test on a temporary file. In that case you may not want it to be included in the repo. But in this case, we want to include our **hello.py** file into the repo.
|
|
As we are working with the **Github repo**, PyCharm asks us if we want this new file to be **added** to our **local repository**. Click on **Add**. Sometimes you just want to make a quick test on a temporary file. In that case you may not want it to be included in the repo. But in this case, we want to include our **hello.py** file into the repo.
|
|
|
|
|
|

|
|

|
|
|
|
|
... | @@ -387,7 +387,7 @@ Once the configuration has been created, **running the program is straightforwar |
... | @@ -387,7 +387,7 @@ Once the configuration has been created, **running the program is straightforwar |
|
|
|
|
|

|
|

|
|
|
|
|
|
### Adding the program to the gitlab repo
|
|
### Adding the program to the Github repo
|
|
|
|
|
|
Now that the program is working, it is time to **add** it to our **repo**. First we have lo add it to our **local repo** (commit) and then **pushing** it to the **remote repo** at Gitlab.
|
|
Now that the program is working, it is time to **add** it to our **repo**. First we have lo add it to our **local repo** (commit) and then **pushing** it to the **remote repo** at Gitlab.
|
|
|
|
|
... | @@ -419,7 +419,7 @@ If you enter into the Hello folder, the **hello.py** file will be there. |
... | @@ -419,7 +419,7 @@ If you enter into the Hello folder, the **hello.py** file will be there. |
|
|
|
|
|

|
|

|
|
|
|
|
|
Congrats! You have created, running and committed to the Gitlab repo your first python program.
|
|
Congrats! You have created, running and committed to the Github repo your first python program.
|
|
|
|
|
|
## Exercises
|
|
## Exercises
|
|
|
|
|
... | | ... | |