Git: Setup und erste Schritte: Unterschied zwischen den Versionen
Cbutz (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
Stehr (Diskussion | Beiträge) Use OpenSSH |
||
| Zeile 17: | Zeile 17: | ||
== GUI (Optional) == |
== GUI (Optional) == |
||
Optionally, for a GUI, additionally install TortoiseGIT. |
Optionally, for a GUI, additionally install TortoiseGIT. Use the OpenSSH option during the install process |
||
TortoiseGIT is a graphical wrapper for the git CLI. TortoiseGIT is found in the Windows Explorer context menu. |
TortoiseGIT is a graphical wrapper for the git CLI. TortoiseGIT is found in the Windows Explorer context menu. |
||
Version vom 23. Oktober 2025, 14:30 Uhr
Install git
Change the following options when using the graphical installer:
- Choosing default Editor: Choose Notepad++ (or other editor of choice that is installed)
- Adjusting the name of the initial branch in new repositories: Override the default: main
- Choose the default behavior of git pull: Rebase
For the rest take the default options
GUI (Optional)
Optionally, for a GUI, additionally install TortoiseGIT. Use the OpenSSH option during the install process
TortoiseGIT is a graphical wrapper for the git CLI. TortoiseGIT is found in the Windows Explorer context menu.
Authentication
SSH (Recommended)
HTTPS
Use username (<hm-username>) and password.
Git Cheat Sheet
https://education.github.com/git-cheat-sheet-education.pdf
Tutorials
Interactive Tutorial: https://learngitbranching.js.org/#
ProCK Gitlab Repo
Website
https://gitlab.lrz.de/hm-stehr/prock
Clone via SSH
git clone git@gitlab.lrz.de:hm-stehr/prock.git
Clone via HTTPS
git clone https://gitlab.lrz.de/hm-stehr/prock.git