Skip to content

Latest commit

 

History

History
95 lines (68 loc) · 2.22 KB

01-intro.md

File metadata and controls

95 lines (68 loc) · 2.22 KB

Git & Github Workshop

open\HSR ( @openhsr )

Motivation


If that doesn't fix it, git.txt contains the phone number of a friend of mine who understands git.

Just wait through a few minutes of

It's really pretty simple, just think of branches as...

and eventually you'll learn the commands that will fix everything.


https://xkcd.com/1597/


Vorbereitung


📝 Git installiert

📡 Github Account

🧰 Git Shell


Regeln?

⁉️ Fragen? Fragen!

✋ Bei Unklarheiten: Stop!

⏳ Pause?


Wozu Versionskontrolle?


Zentrale Versionskontrollsysteme


Dezentrale Versionskontrollsysteme


Git

(Interesse in Prozent. Source: Google Trends)


Git Kommandozeilen Philosophie

git <verb>

git help

Git Config: Name und E-Mail

Prüfen, ob folgendes Sinn macht:

git config --global user.name
git config --global user.email

Falls nicht, bitte korrigieren:

git config --global user.name "Maria Muster"
git config --global user.email  "[email protected]"

(Achtung: Wird veröffentlicht mit git push!)