Einige grundsätzliche Fragen zur Versionsverwaltung mit Git sind der Inhalt der sechsundsiebzigsten Episode des Anwendungsentwickler-Podcasts.
Inhalt
Allgemeine Fragen
- Wofür braucht man eine Versionsverwaltungssoftware?
- Was sind die Vorteile einer Versionsverwaltungssoftware?
- Was ist SVN?
- Was ist Git?
- Was sind die Vorteile von Git gegenüber SVN?
- Was ist ein Repository?
- Welche Befehle musst du ausführen, um dir ein Repository zu klonen?
- Was ist eine Arbeitskopie?
- Welche Befehle musst du ausführen, um deine Arbeitskopie aus einem entfernten Repository zu aktualisieren?
- Was ist ein Commit?
Literaturempfehlungen
Git Fundamentals – $29.00 Git is a popular distributed version control system (DVCS). In this course, learn how to create a local repository, commit files, push changes to a remote repository, fix errors in your commits, and many of Git’s other features. Understand the difference between the working copy, staging area, and repository itself. Come learn the power of Git. |