Git Versioning
1. Getting started
- Download and install GitHub Desktop. When it asks for your username and password, press “skip”. For “name” and “email address” you can give anything you don’t mind showing up publicly (a pseudonym or junk email address is fine).
- Clone the project/repository https://gitlab.gwdg.de/24recipes/24recipes.pages.gwdg.de
2. Syncing and editing files
- In GitHub Desktop, create a new branch.
- Open the project/repository in Visual Studio Code.
- Edit one of the files in
_posts
or create a new one with the name and date, such as2024-05-06-cookies.md
If you’re feeling confident and would like to try creating a new file, you can do so by making another file in the
_posts
directory, named the same way, with the date (YYYY-MM-DD) and then a name and the.md
extension. -
Commit changes and publish your branch (using the password in OLAT and any username).
3. Setting up an account in Gitlab GWDG
- Log into https://academiccloud.de/ using “Federated Login” > “Universität Frankfurt”.
- After you’re logged in, go to https://id.academiccloud.de/account. Copy the “username” and “Academic ID” that appears there and send them to me. I’ll request access for you.
- Once I let you know you have access, sign in at https://gitlab.gwdg.de/users/sign_in?redirect_to_referer=yes.
4. Creating a merge request
Note: You will only be able to do this step once GWDG has granted you access to Gitlab.
- Go to the project https://gitlab.gwdg.de/24recipes/24recipes.pages.gwdg.de.
- Click on “Sign in” at the top right of the screen. Click “Federated Login” > “Universität Frankfurt” and login with your HRZ account as before.
- At the top left, under the title “Recipes,” change the branch from
master
to the one you created. - On the top right, click “Compare.” (The Source will be set as your branch and the Target should say “master”.)
- Click “Create Merge Request,” then scroll to the bottom of the new page and click “Create Merge Request” again. I will be able to see and approve the merge request. Once I do, your changes will appear on the website at https://24recipes.pages.gwdg.de/.