Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Beide Seiten der vorigen Revision Vorhergehende Überarbeitung | |||
| en:modul:m319:learningunits:lu04:gitanwendung [2024/09/10 16:13] – Automatic push translation kmaurizi | en:modul:m319:learningunits:lu04:gitanwendung [2025/06/23 07:45] (aktuell) – ↷ Links angepasst, weil Seiten im Wiki verschoben wurden msuter | ||
|---|---|---|---|
| Zeile 5: | Zeile 5: | ||
| This allows you to learn the most important steps with git and you do not need to upload your solutions separately to Moodle. | This allows you to learn the most important steps with git and you do not need to upload your solutions separately to Moodle. | ||
| - | {{modul: | + | {{de:modul: |
| ===== Prerequisite ===== | ===== Prerequisite ===== | ||
| Zeile 16: | Zeile 16: | ||
| In the Moodle course you will find the link to the assignment in the classroom. | In the Moodle course you will find the link to the assignment in the classroom. | ||
| - | {{modul: | + | {{de:modul: |
| <WRAP center round info 100%> | <WRAP center round info 100%> | ||
| Zeile 23: | Zeile 23: | ||
| Select your name from the list: | Select your name from the list: | ||
| - | {{modul: | + | {{de:modul: |
| </ | </ | ||
| Zeile 29: | Zeile 29: | ||
| Open this link and accept the // | Open this link and accept the // | ||
| - | {{modul: | + | {{de:modul: |
| Wait a few seconds and reload the website. | Wait a few seconds and reload the website. | ||
| Zeile 35: | Zeile 35: | ||
| Copy this address. | Copy this address. | ||
| - | {{modul: | + | {{de:modul: |
| Zeile 41: | Zeile 41: | ||
| Now open PyCharm and clone the repository as a new project using the copied link. | Now open PyCharm and clone the repository as a new project using the copied link. | ||
| - | {{modul: | + | {{de:modul: |
| **or** | **or** | ||
| - | {{modul: | + | {{de:modul: |
| Enter the copied URL. | Enter the copied URL. | ||
| If necessary, adjust the folder path in which the project is created. | If necessary, adjust the folder path in which the project is created. | ||
| - | {{modul: | + | {{de:modul: |
| You may then need to confirm that you trust this project. | You may then need to confirm that you trust this project. | ||
| - | {{modul: | + | {{de:modul: |
| === 3. set up the virtual environment === | === 3. set up the virtual environment === | ||
| Zeile 62: | Zeile 62: | ||
| </ | </ | ||
| - | {{modul: | + | {{de:modul: |
| Confirm the setup of the virtual environment with [OK] | Confirm the setup of the virtual environment with [OK] | ||
| Zeile 115: | Zeile 115: | ||
| 1. in the menu, select **git** menu, select the **commit** from the menu. A new view opens: | 1. in the menu, select **git** menu, select the **commit** from the menu. A new view opens: | ||
| - | {{modul: | + | {{de:modul: |
| 2. in the **commit message** to indicate what you have changed. | 2. in the **commit message** to indicate what you have changed. | ||
| Zeile 131: | Zeile 131: | ||
| 1. in the menu, select **git** menu, select the **push ...** from the menu. A new window opens: | 1. in the menu, select **git** menu, select the **push ...** from the menu. A new window opens: | ||
| - | {{modul: | + | {{de:modul: |
| This window shows you which branch (e.g. master) is sent to which remote repository (e.g. origin). | This window shows you which branch (e.g. master) is sent to which remote repository (e.g. origin). | ||
| Zeile 147: | Zeile 147: | ||
| To do this, open the link you used for **Clone project** you have created your local project. | To do this, open the link you used for **Clone project** you have created your local project. | ||
| - | {{modul: | + | {{de:modul: |
| A small symbol shows you whether your solution is correct: | A small symbol shows you whether your solution is correct: | ||