Dokumentation zu GitHub Desktop
Mit GitHub Desktop kannst du für Interaktionen mit GitHub statt der Befehlszeile oder eines Webbrowsers eine GUI verwenden. Mithilfe von GitHub Desktop kannst du die meisten Git-Befehle über deinen Desktop abschließen, z. B. Pushen in, Pullen aus und Klonen von Remoterepositorys, Zuordnen von Commits und Erstellen von Pull Requests mit visueller Bestätigung von Änderungen.
Beginne hier
Beliebt
Stashing changes in GitHub Desktop
You can temporarily save your changes without committing them to a branch by stashing the changes in GitHub Desktop.
Reverting a commit in GitHub Desktop
You can use GitHub Desktop to revert a specific commit to remove its changes from your branch.
Amending a commit in GitHub Desktop
You can use GitHub Desktop to amend your last commit.
Cherry-picking a commit in GitHub Desktop
You can use GitHub Desktop to pick a specific commit on one branch and copy the commit to another branch.