development:github

Dies ist eine alte Version des Dokuments!


GitHub

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 Cheat Sheet (ionos.de)

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

  • development/github.1760500352.txt.gz
  • Zuletzt geändert: 2025/10/15 05:52
  • von silversurfer