development:github

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Nächste Überarbeitung
Vorhergehende Überarbeitung
development:github [2025/10/07 09:16] – angelegt silversurferdevelopment:github [2025/10/09 14:18] (aktuell) silversurfer
Zeile 2: Zeile 2:
 ===== What is GitHub and what is it used for? ===== ===== 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. 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
  
  • development/github.1759821378.txt.gz
  • Zuletzt geändert: 2025/10/07 09:16
  • von silversurfer
  • Momentan gesperrt von: 216.73.216.120