====== GitHub ====== ===== What is GitHub and what is it used for? ===== GitHub is a web-based interface that uses Git, the open source version control software that lets multiple people make separate changes to web pages at the same time. As Carpenter notes, because it allows for real-time collaboration, GitHub encourages teams to work together to build and edit their site content. {{youtube>a0_AcknhqDY?}} {{youtube>5H4A74FIEtg?}} {{youtube>uGLQF2kUwOA?}}\\ [[https://www.ionos.de/digitalguide/websites/web-entwicklung/git-cheat-sheet|Git Cheat Sheet (ionos.de)]] ===== Befehls Basics ===== git clone[URL] git init - Initatialisierung git remote add origin git@github.com:silversurfer-gr/Pong.git git push --set-upstream origin main git status - Änderungen git add [filename] oder git add * git commit -m "Mein Git Kommentar" git push