<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://kicker-intern.ee.hm.edu/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Cbutz</id>
	<title>Kicker (internals) - Benutzerbeiträge [de]</title>
	<link rel="self" type="application/atom+xml" href="https://kicker-intern.ee.hm.edu/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Cbutz"/>
	<link rel="alternate" type="text/html" href="https://kicker-intern.ee.hm.edu/wiki/index.php/Spezial:Beitr%C3%A4ge/Cbutz"/>
	<updated>2026-07-01T01:27:36Z</updated>
	<subtitle>Benutzerbeiträge</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://kicker-intern.ee.hm.edu/wiki/index.php?title=Git:_Setup_und_erste_Schritte&amp;diff=1225</id>
		<title>Git: Setup und erste Schritte</title>
		<link rel="alternate" type="text/html" href="https://kicker-intern.ee.hm.edu/wiki/index.php?title=Git:_Setup_und_erste_Schritte&amp;diff=1225"/>
		<updated>2025-10-23T13:26:33Z</updated>

		<summary type="html">&lt;p&gt;Cbutz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Install git =&lt;br /&gt;
&lt;br /&gt;
https://git-scm.com/install/&lt;br /&gt;
&lt;br /&gt;
Change the following options when using the graphical installer:&lt;br /&gt;
&lt;br /&gt;
- Choosing default Editor:&lt;br /&gt;
Choose Notepad++ (or other editor of choice that is installed)&lt;br /&gt;
&lt;br /&gt;
- Adjusting the name of the initial branch in new repositories:&lt;br /&gt;
Override the default: main&lt;br /&gt;
&lt;br /&gt;
- Choose the default behavior of git pull: Rebase &lt;br /&gt;
&lt;br /&gt;
For the rest take the default options&lt;br /&gt;
&lt;br /&gt;
== GUI (Optional) ==&lt;br /&gt;
&lt;br /&gt;
Optionally, for a GUI, additionally install TortoiseGIT.&lt;br /&gt;
&lt;br /&gt;
TortoiseGIT is a graphical wrapper for the git CLI. TortoiseGIT is found in the Windows Explorer context menu.&lt;br /&gt;
&lt;br /&gt;
= Authentication =&lt;br /&gt;
&lt;br /&gt;
== SSH (Recommended) ==&lt;br /&gt;
&lt;br /&gt;
Tutorial: https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent&lt;br /&gt;
&lt;br /&gt;
== HTTPS ==&lt;br /&gt;
Use username (&amp;lt;hm-username&amp;gt;) and password.&lt;br /&gt;
&lt;br /&gt;
= Git Cheat Sheet =&lt;br /&gt;
&lt;br /&gt;
https://education.github.com/git-cheat-sheet-education.pdf&lt;br /&gt;
&lt;br /&gt;
= Tutorials =&lt;br /&gt;
&lt;br /&gt;
Interactive Tutorial: https://learngitbranching.js.org/#&lt;br /&gt;
&lt;br /&gt;
= ProCK Gitlab Repo =&lt;br /&gt;
&lt;br /&gt;
== Website ==&lt;br /&gt;
&lt;br /&gt;
https://gitlab.lrz.de/hm-stehr/prock&lt;br /&gt;
&lt;br /&gt;
==Clone via SSH ==&lt;br /&gt;
&lt;br /&gt;
git clone git@gitlab.lrz.de:hm-stehr/prock.git&lt;br /&gt;
&lt;br /&gt;
== Clone via HTTPS ==&lt;br /&gt;
&lt;br /&gt;
git clone https://gitlab.lrz.de/hm-stehr/prock.git&lt;br /&gt;
&lt;br /&gt;
= Zum Schmunzeln = &lt;br /&gt;
&lt;br /&gt;
https://github.com/danielauener/git-auf-deutsch&lt;/div&gt;</summary>
		<author><name>Cbutz</name></author>
	</entry>
	<entry>
		<id>https://kicker-intern.ee.hm.edu/wiki/index.php?title=Git:_Setup_und_erste_Schritte&amp;diff=1224</id>
		<title>Git: Setup und erste Schritte</title>
		<link rel="alternate" type="text/html" href="https://kicker-intern.ee.hm.edu/wiki/index.php?title=Git:_Setup_und_erste_Schritte&amp;diff=1224"/>
		<updated>2025-10-23T13:26:20Z</updated>

		<summary type="html">&lt;p&gt;Cbutz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Install git =&lt;br /&gt;
&lt;br /&gt;
https://git-scm.com/install/&lt;br /&gt;
&lt;br /&gt;
Change the following options when using the graphical installer:&lt;br /&gt;
&lt;br /&gt;
- Choosing defaukt Editor:&lt;br /&gt;
Choose Notepad++ (or other editor of choice that is installed)&lt;br /&gt;
&lt;br /&gt;
- Adjusting the name of the initial branch in new repositories:&lt;br /&gt;
Override the default: main&lt;br /&gt;
&lt;br /&gt;
- Choose the default behavior of git pull: Rebase &lt;br /&gt;
&lt;br /&gt;
For the rest take the default options&lt;br /&gt;
&lt;br /&gt;
== GUI (Optional) ==&lt;br /&gt;
&lt;br /&gt;
Optionally, for a GUI, additionally install TortoiseGIT.&lt;br /&gt;
&lt;br /&gt;
TortoiseGIT is a graphical wrapper for the git CLI. TortoiseGIT is found in the Windows Explorer context menu.&lt;br /&gt;
&lt;br /&gt;
= Authentication =&lt;br /&gt;
&lt;br /&gt;
== SSH (Recommended) ==&lt;br /&gt;
&lt;br /&gt;
Tutorial: https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent&lt;br /&gt;
&lt;br /&gt;
== HTTPS ==&lt;br /&gt;
Use username (&amp;lt;hm-username&amp;gt;) and password.&lt;br /&gt;
&lt;br /&gt;
= Git Cheat Sheet =&lt;br /&gt;
&lt;br /&gt;
https://education.github.com/git-cheat-sheet-education.pdf&lt;br /&gt;
&lt;br /&gt;
= Tutorials =&lt;br /&gt;
&lt;br /&gt;
Interactive Tutorial: https://learngitbranching.js.org/#&lt;br /&gt;
&lt;br /&gt;
= ProCK Gitlab Repo =&lt;br /&gt;
&lt;br /&gt;
== Website ==&lt;br /&gt;
&lt;br /&gt;
https://gitlab.lrz.de/hm-stehr/prock&lt;br /&gt;
&lt;br /&gt;
==Clone via SSH ==&lt;br /&gt;
&lt;br /&gt;
git clone git@gitlab.lrz.de:hm-stehr/prock.git&lt;br /&gt;
&lt;br /&gt;
== Clone via HTTPS ==&lt;br /&gt;
&lt;br /&gt;
git clone https://gitlab.lrz.de/hm-stehr/prock.git&lt;br /&gt;
&lt;br /&gt;
= Zum Schmunzeln = &lt;br /&gt;
&lt;br /&gt;
https://github.com/danielauener/git-auf-deutsch&lt;/div&gt;</summary>
		<author><name>Cbutz</name></author>
	</entry>
	<entry>
		<id>https://kicker-intern.ee.hm.edu/wiki/index.php?title=Git:_Setup_und_erste_Schritte&amp;diff=1223</id>
		<title>Git: Setup und erste Schritte</title>
		<link rel="alternate" type="text/html" href="https://kicker-intern.ee.hm.edu/wiki/index.php?title=Git:_Setup_und_erste_Schritte&amp;diff=1223"/>
		<updated>2025-10-23T13:06:25Z</updated>

		<summary type="html">&lt;p&gt;Cbutz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Install git =&lt;br /&gt;
&lt;br /&gt;
https://git-scm.com/install/&lt;br /&gt;
&lt;br /&gt;
== GUI (Optional) ==&lt;br /&gt;
&lt;br /&gt;
Optionally, for a GUI, additionally install TortoiseGIT.&lt;br /&gt;
&lt;br /&gt;
TortoiseGIT is a graphical wrapper for the git CLI. TortoiseGIT is found in the Windows Explorer context menu.&lt;br /&gt;
&lt;br /&gt;
= Authentication =&lt;br /&gt;
&lt;br /&gt;
== SSH (Recommended) ==&lt;br /&gt;
&lt;br /&gt;
Tutorial: https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent&lt;br /&gt;
&lt;br /&gt;
== HTTPS ==&lt;br /&gt;
Use username (&amp;lt;hm-username&amp;gt;) and password.&lt;br /&gt;
&lt;br /&gt;
= Git Cheat Sheet =&lt;br /&gt;
&lt;br /&gt;
https://education.github.com/git-cheat-sheet-education.pdf&lt;br /&gt;
&lt;br /&gt;
= Tutorials =&lt;br /&gt;
&lt;br /&gt;
Interactive Tutorial: https://learngitbranching.js.org/#&lt;br /&gt;
&lt;br /&gt;
= ProCK Gitlab Repo =&lt;br /&gt;
&lt;br /&gt;
== Website ==&lt;br /&gt;
&lt;br /&gt;
https://gitlab.lrz.de/hm-stehr/prock&lt;br /&gt;
&lt;br /&gt;
==Clone via SSH ==&lt;br /&gt;
&lt;br /&gt;
git clone git@gitlab.lrz.de:hm-stehr/prock.git&lt;br /&gt;
&lt;br /&gt;
== Clone via HTTPS ==&lt;br /&gt;
&lt;br /&gt;
git clone https://gitlab.lrz.de/hm-stehr/prock.git&lt;br /&gt;
&lt;br /&gt;
= Zum Schmunzeln = &lt;br /&gt;
&lt;br /&gt;
https://github.com/danielauener/git-auf-deutsch&lt;/div&gt;</summary>
		<author><name>Cbutz</name></author>
	</entry>
	<entry>
		<id>https://kicker-intern.ee.hm.edu/wiki/index.php?title=Git:_Setup_und_erste_Schritte&amp;diff=1222</id>
		<title>Git: Setup und erste Schritte</title>
		<link rel="alternate" type="text/html" href="https://kicker-intern.ee.hm.edu/wiki/index.php?title=Git:_Setup_und_erste_Schritte&amp;diff=1222"/>
		<updated>2025-10-23T13:05:38Z</updated>

		<summary type="html">&lt;p&gt;Cbutz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Install git =&lt;br /&gt;
&lt;br /&gt;
https://git-scm.com/install/&lt;br /&gt;
&lt;br /&gt;
== GUI (Optional) ==&lt;br /&gt;
&lt;br /&gt;
Optionally, for a GUI, additionally install TortoiseGIT.&lt;br /&gt;
&lt;br /&gt;
TortoiseGIT is a graphical wrapper for the git CLI. TortoiseGIT is found in the Windows Explorer context menu.&lt;br /&gt;
&lt;br /&gt;
= Authentication =&lt;br /&gt;
&lt;br /&gt;
== SSH (Recommended) ==&lt;br /&gt;
&lt;br /&gt;
Tutorial: https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent&lt;br /&gt;
&lt;br /&gt;
== HTTPS ==&lt;br /&gt;
Use username (&amp;lt;hm-username&amp;gt;) and password.&lt;br /&gt;
&lt;br /&gt;
= Git Cheat Sheet =&lt;br /&gt;
&lt;br /&gt;
https://education.github.com/git-cheat-sheet-education.pdf&lt;br /&gt;
&lt;br /&gt;
= Tutorials =&lt;br /&gt;
&lt;br /&gt;
Interactive Tutorial: https://learngitbranching.js.org/#&lt;br /&gt;
&lt;br /&gt;
= ProCK Gitlab Repo =&lt;br /&gt;
&lt;br /&gt;
== Website ==&lt;br /&gt;
&lt;br /&gt;
https://gitlab.lrz.de/hm-stehr/prock&lt;br /&gt;
&lt;br /&gt;
==Clone via SSH ==&lt;br /&gt;
&lt;br /&gt;
git@gitlab.lrz.de:hm-stehr/prock.git&lt;br /&gt;
&lt;br /&gt;
== Clone via HTTPS ==&lt;br /&gt;
&lt;br /&gt;
https://gitlab.lrz.de/hm-stehr/prock.git&lt;br /&gt;
&lt;br /&gt;
= Zum Schmunzeln = &lt;br /&gt;
&lt;br /&gt;
https://github.com/danielauener/git-auf-deutsch&lt;/div&gt;</summary>
		<author><name>Cbutz</name></author>
	</entry>
	<entry>
		<id>https://kicker-intern.ee.hm.edu/wiki/index.php?title=Git:_Setup_und_erste_Schritte&amp;diff=1221</id>
		<title>Git: Setup und erste Schritte</title>
		<link rel="alternate" type="text/html" href="https://kicker-intern.ee.hm.edu/wiki/index.php?title=Git:_Setup_und_erste_Schritte&amp;diff=1221"/>
		<updated>2025-10-23T13:04:46Z</updated>

		<summary type="html">&lt;p&gt;Cbutz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Install git =&lt;br /&gt;
&lt;br /&gt;
https://git-scm.com/install/&lt;br /&gt;
&lt;br /&gt;
Optional for a GUI, additionally install TortoiseGIT.&lt;br /&gt;
&lt;br /&gt;
TortoiseGIT is a graphical wrapper for the git CLI. TortoiseGIT is found in the Windows Explorer context menu.&lt;br /&gt;
&lt;br /&gt;
= Authentication =&lt;br /&gt;
&lt;br /&gt;
== SSH (Recommended) ==&lt;br /&gt;
&lt;br /&gt;
Tutorial: https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent&lt;br /&gt;
&lt;br /&gt;
== HTTPS ==&lt;br /&gt;
Use username (&amp;lt;hm-username&amp;gt;) and password.&lt;br /&gt;
&lt;br /&gt;
= Git Cheat Sheet =&lt;br /&gt;
&lt;br /&gt;
https://education.github.com/git-cheat-sheet-education.pdf&lt;br /&gt;
&lt;br /&gt;
= Tutorials =&lt;br /&gt;
&lt;br /&gt;
Interactive Tutorial: https://learngitbranching.js.org/#&lt;br /&gt;
&lt;br /&gt;
= ProCK Gitlab Repo =&lt;br /&gt;
&lt;br /&gt;
== Website ==&lt;br /&gt;
&lt;br /&gt;
https://gitlab.lrz.de/hm-stehr/prock&lt;br /&gt;
&lt;br /&gt;
==Clone via SSH ==&lt;br /&gt;
&lt;br /&gt;
git@gitlab.lrz.de:hm-stehr/prock.git&lt;br /&gt;
&lt;br /&gt;
== Clone via HTTPS ==&lt;br /&gt;
&lt;br /&gt;
https://gitlab.lrz.de/hm-stehr/prock.git&lt;br /&gt;
&lt;br /&gt;
= Zum Schmunzeln = &lt;br /&gt;
&lt;br /&gt;
https://github.com/danielauener/git-auf-deutsch&lt;/div&gt;</summary>
		<author><name>Cbutz</name></author>
	</entry>
	<entry>
		<id>https://kicker-intern.ee.hm.edu/wiki/index.php?title=Git:_Setup_und_erste_Schritte&amp;diff=1220</id>
		<title>Git: Setup und erste Schritte</title>
		<link rel="alternate" type="text/html" href="https://kicker-intern.ee.hm.edu/wiki/index.php?title=Git:_Setup_und_erste_Schritte&amp;diff=1220"/>
		<updated>2025-10-22T18:28:46Z</updated>

		<summary type="html">&lt;p&gt;Cbutz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Install git =&lt;br /&gt;
&lt;br /&gt;
https://git-scm.com/install/&lt;br /&gt;
&lt;br /&gt;
Optional for a GUI, install TortoiseGIT.&lt;br /&gt;
&lt;br /&gt;
= Authentication =&lt;br /&gt;
&lt;br /&gt;
== SSH (Recommended) ==&lt;br /&gt;
&lt;br /&gt;
Tutorial: https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent&lt;br /&gt;
&lt;br /&gt;
== HTTPS ==&lt;br /&gt;
Use username (&amp;lt;hm-username&amp;gt;) and password.&lt;br /&gt;
&lt;br /&gt;
= Git Cheat Sheet =&lt;br /&gt;
&lt;br /&gt;
https://education.github.com/git-cheat-sheet-education.pdf&lt;br /&gt;
&lt;br /&gt;
= Tutorials =&lt;br /&gt;
&lt;br /&gt;
Interactive Tutorial: https://learngitbranching.js.org/#&lt;br /&gt;
&lt;br /&gt;
= ProCK Gitlab Repo =&lt;br /&gt;
&lt;br /&gt;
== Website ==&lt;br /&gt;
&lt;br /&gt;
https://gitlab.lrz.de/hm-stehr/prock&lt;br /&gt;
&lt;br /&gt;
==Clone via SSH ==&lt;br /&gt;
&lt;br /&gt;
git@gitlab.lrz.de:hm-stehr/prock.git&lt;br /&gt;
&lt;br /&gt;
== Clone via HTTPS ==&lt;br /&gt;
&lt;br /&gt;
https://gitlab.lrz.de/hm-stehr/prock.git&lt;br /&gt;
&lt;br /&gt;
= Zum Schmunzeln = &lt;br /&gt;
&lt;br /&gt;
https://github.com/danielauener/git-auf-deutsch&lt;/div&gt;</summary>
		<author><name>Cbutz</name></author>
	</entry>
	<entry>
		<id>https://kicker-intern.ee.hm.edu/wiki/index.php?title=Git:_Setup_und_erste_Schritte&amp;diff=1219</id>
		<title>Git: Setup und erste Schritte</title>
		<link rel="alternate" type="text/html" href="https://kicker-intern.ee.hm.edu/wiki/index.php?title=Git:_Setup_und_erste_Schritte&amp;diff=1219"/>
		<updated>2025-10-22T18:26:04Z</updated>

		<summary type="html">&lt;p&gt;Cbutz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Install git =&lt;br /&gt;
&lt;br /&gt;
https://git-scm.com/install/&lt;br /&gt;
&lt;br /&gt;
Optional for a GUI, install TortoiseGIT.&lt;br /&gt;
&lt;br /&gt;
= Authentication =&lt;br /&gt;
&lt;br /&gt;
== SSH (Recommended) ==&lt;br /&gt;
&lt;br /&gt;
Tutorial: https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent&lt;br /&gt;
Link: git@gitlab.lrz.de:hm-stehr/prock.git&lt;br /&gt;
&lt;br /&gt;
== HTTPS ==&lt;br /&gt;
Use username (&amp;lt;hm-username&amp;gt;) and password.&lt;br /&gt;
Link: https://gitlab.lrz.de/hm-stehr/prock.git&lt;br /&gt;
&lt;br /&gt;
= Git Cheat Sheet =&lt;br /&gt;
&lt;br /&gt;
https://education.github.com/git-cheat-sheet-education.pdf&lt;br /&gt;
&lt;br /&gt;
= Tutorials =&lt;br /&gt;
&lt;br /&gt;
Interactive Tutorial: https://learngitbranching.js.org/#&lt;br /&gt;
&lt;br /&gt;
= ProCK Gitlab Repo =&lt;br /&gt;
&lt;br /&gt;
https://gitlab.lrz.de/hm-stehr/prock&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Zum Schmunzeln = &lt;br /&gt;
&lt;br /&gt;
https://github.com/danielauener/git-auf-deutsch&lt;/div&gt;</summary>
		<author><name>Cbutz</name></author>
	</entry>
	<entry>
		<id>https://kicker-intern.ee.hm.edu/wiki/index.php?title=Git:_Setup_und_erste_Schritte&amp;diff=1218</id>
		<title>Git: Setup und erste Schritte</title>
		<link rel="alternate" type="text/html" href="https://kicker-intern.ee.hm.edu/wiki/index.php?title=Git:_Setup_und_erste_Schritte&amp;diff=1218"/>
		<updated>2025-10-22T18:23:35Z</updated>

		<summary type="html">&lt;p&gt;Cbutz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Install git =&lt;br /&gt;
&lt;br /&gt;
https://git-scm.com/install/&lt;br /&gt;
&lt;br /&gt;
Optional for a GUI, install TortoiseGIT.&lt;br /&gt;
&lt;br /&gt;
= Authentication =&lt;br /&gt;
&lt;br /&gt;
== SSH (Recommended) ==&lt;br /&gt;
&lt;br /&gt;
Tutorial: https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent&lt;br /&gt;
&lt;br /&gt;
== HTTPS ==&lt;br /&gt;
Use username (&amp;lt;hm-username&amp;gt;) and password.&lt;br /&gt;
&lt;br /&gt;
= Git Cheat Sheet =&lt;br /&gt;
&lt;br /&gt;
https://education.github.com/git-cheat-sheet-education.pdf&lt;br /&gt;
&lt;br /&gt;
= Tutorials =&lt;br /&gt;
&lt;br /&gt;
Interactive Tutorial: https://learngitbranching.js.org/#&lt;br /&gt;
&lt;br /&gt;
= Zum Schmunzeln = &lt;br /&gt;
&lt;br /&gt;
https://github.com/danielauener/git-auf-deutsch&lt;/div&gt;</summary>
		<author><name>Cbutz</name></author>
	</entry>
	<entry>
		<id>https://kicker-intern.ee.hm.edu/wiki/index.php?title=Git:_Setup_und_erste_Schritte&amp;diff=1217</id>
		<title>Git: Setup und erste Schritte</title>
		<link rel="alternate" type="text/html" href="https://kicker-intern.ee.hm.edu/wiki/index.php?title=Git:_Setup_und_erste_Schritte&amp;diff=1217"/>
		<updated>2025-10-22T18:22:25Z</updated>

		<summary type="html">&lt;p&gt;Cbutz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Install git =&lt;br /&gt;
&lt;br /&gt;
https://git-scm.com/install/&lt;br /&gt;
&lt;br /&gt;
Optional for a GUI, install TortoiseGIT.&lt;br /&gt;
&lt;br /&gt;
= Authentication =&lt;br /&gt;
&lt;br /&gt;
== SSH (Recommended) ==&lt;br /&gt;
&lt;br /&gt;
Tutorial: https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent&lt;br /&gt;
&lt;br /&gt;
== HTTPS ==&lt;br /&gt;
Use username (&amp;lt;hm-username&amp;gt;) and password.&lt;br /&gt;
&lt;br /&gt;
= Git Cheat Sheet =&lt;br /&gt;
&lt;br /&gt;
https://education.github.com/git-cheat-sheet-education.pdf&lt;br /&gt;
&lt;br /&gt;
= Tutorials =&lt;br /&gt;
&lt;br /&gt;
Interactive Tutorial: https://learngitbranching.js.org/&lt;/div&gt;</summary>
		<author><name>Cbutz</name></author>
	</entry>
	<entry>
		<id>https://kicker-intern.ee.hm.edu/wiki/index.php?title=Git:_Setup_und_erste_Schritte&amp;diff=1216</id>
		<title>Git: Setup und erste Schritte</title>
		<link rel="alternate" type="text/html" href="https://kicker-intern.ee.hm.edu/wiki/index.php?title=Git:_Setup_und_erste_Schritte&amp;diff=1216"/>
		<updated>2025-10-22T17:53:44Z</updated>

		<summary type="html">&lt;p&gt;Cbutz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Install git =&lt;br /&gt;
&lt;br /&gt;
https://git-scm.com/install/&lt;br /&gt;
&lt;br /&gt;
Optional for a GUI, install TortoiseGIT.&lt;br /&gt;
&lt;br /&gt;
= Authentication =&lt;br /&gt;
&lt;br /&gt;
== SSH (Recommended) ==&lt;br /&gt;
&lt;br /&gt;
Tutorial: https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent&lt;br /&gt;
&lt;br /&gt;
== HTTPS ==&lt;br /&gt;
Use username (&amp;lt;hm-username&amp;gt;) and password.&lt;/div&gt;</summary>
		<author><name>Cbutz</name></author>
	</entry>
</feed>