๐๏ธ Was ist Git? / What's git?
In short: version control.
๐๏ธ How to - GitLab + SSH Keys
Some general info on GitLab and SSH
๐๏ธ How to - git clone
You have a repository online, probably from your current course.
๐๏ธ How to - git add, commit & push
Ok, you have created or previously cloned a repository, have now changed something and want to "upload" it.
๐๏ธ git status
... shows you the current status.
๐๏ธ How to - git pull
Ok, changes have been made in the repository you are currently working in.
๐๏ธ How to - git fork
Prerequisites
๐๏ธ How to - Merge
What is actually Merge
๐๏ธ Code & Context Workflow
This section presets one view of git branching.
๐๏ธ How To - GitLab: Creating a Repository
To store code on CoCo's GitLab server, you need access to a repository.
๐๏ธ How To - GitLab: Creating a Branch
When working together on a repository, it can be annoying to always use git merge.
๐๏ธ How To - GitLab: Sharing a Repository
If you want to work on code together with someone, you can share a repository.
๐๏ธ How To - GitLab: Change Language
If you prefer to use GitLab in your native language, you can easily change the settings.