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.
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