GitHub Desktop
Simple Git client focused on GitHub repositories and pull request workflows.
Entwickler-Tools
Nutze ein Entwickler-Tool für Daten, Code oder Nachschlage-Workflows.
| Tool | Befehl | Zweck | Erklärung | |
|---|---|---|---|---|
| Git | git init | Create repository | Initialize a new local Git repository. | |
| Git | git clone <url> | Clone repository | Download a remote repository with its full history. | |
| Git | git status | Check changes | Show modified, staged, and untracked files. | |
| Git | git add <file> | Stage changes | Add file changes to the next commit. | |
| Git | git commit -m "message" | Commit | Record staged changes in local history. | |
| Git | git pull | Fetch and merge | Fetch remote changes and merge them into the current branch. | |
| Git | git push | Upload commits | Send local commits to a remote repository. | |
| Git | git branch | List branches | Show local branches and the active branch. | |
| Git | git switch <branch> | Switch branch | Move the working tree to another branch. | |
| Git | git switch -c <branch> | Create branch | Create and switch to a new branch. | |
| Git | git merge <branch> | Merge | Merge another branch into the current branch. | |
| Git | git rebase <branch> | Rebase | Replay commits on top of another branch. | |
| Git | git log --oneline --graph | View history | Show compact commit history with branch structure. | |
| Git | git diff | Review changes | Show unstaged differences. | |
| Git | git stash | Save work | Temporarily store local changes without committing. | |
| Git | git tag <name> | Tag release | Create a label for a specific commit. | |
| SVN | svn checkout <url> | Checkout repository | Create a working copy from an SVN repository URL. | |
| SVN | svn update | Update working copy | Pull latest changes from the repository. | |
| SVN | svn status | Check changes | Show modified, added, deleted, and unversioned files. | |
| SVN | svn add <file> | Add file | Schedule a file or directory for version control. | |
| SVN | svn commit -m "message" | Commit | Send local working copy changes to the central repository. | |
| SVN | svn diff | Review changes | Show local differences against the base revision. | |
| SVN | svn log | View history | Show commit history for the working copy or URL. | |
| SVN | svn info | Repository info | Show repository URL, revision, and working copy metadata. | |
| SVN | svn copy <src> <dst> | Branch or tag | Create branches and tags by copying paths in the repository. | |
| SVN | svn merge <url> | Merge | Apply changes from another branch or path. | |
| SVN | svn revert <file> | Revert local change | Discard local edits for a file or directory. | |
| SVN | svn resolve --accept working <file> | Resolve conflict | Mark a conflicted file as resolved after choosing the working copy. |
Konzepte
| Konzept | Git | SVN |
|---|---|---|
| Repository model | Distributed clone with full history. | Central repository with working copies. |
| Commit scope | Commit locally first, then push. | Commit directly to central repository. |
| Branching | Lightweight local and remote branches. | Usually repository paths such as /branches/name. |
| Tags | Named references to commits. | Usually copied paths under /tags. |
| Offline work | Most history operations work offline. | Many operations require server access. |
| Conflict resolution | Resolve locally, then commit or continue merge/rebase. | Resolve working copy conflicts, then commit. |
Visuelle Tools
Simple Git client focused on GitHub repositories and pull request workflows.
Visual history, branches, staging, and remote repository workflows.
Fast Git client with branch graph, interactive rebase, merge conflict tools, and stash support.
Graph-focused Git client with integrations for common hosting providers.
Polished Git client for commits, history, branch management, and conflict workflows.
Windows Explorer shell integration for Git operations.
Windows Explorer shell integration for SVN checkout, update, commit, diff, and log.
macOS SVN client for working copies, branches, tags, merge, and history browsing.
Cross-platform SVN client for enterprise and legacy repositories.
Many IDEs include built-in source control panels for daily commit, diff, branch, and update tasks.
Tool-Anleitung
Nutze ein Entwickler-Tool für Daten, Code oder Nachschlage-Workflows. Dieser Leitfaden zeigt eine einfache Methode, das Ergebnis vor der Nutzung zu prüfen.
Beginne mit einem kurzen, nicht vertraulichen Beispiel, prüfe das Ergebnis und wiederhole den Ablauf dann mit dem endgültigen Inhalt.
FAQ
Nutze ein Entwickler-Tool für Daten, Code oder Nachschlage-Workflows.
Öffne Git- und SVN-Leitfaden und bereite eine Kopie der Eingabe vor. Füge die von dem Tool benötigte Datei, den Text oder die Werte hinzu. Wähle passende Einstellungen und starte die Verarbeitung. Prüfe das Ergebnis, bevor du es kopierst, herunterlädst oder teilst.
Lies, prüfe oder teste die Ausgabe, bevor du sie verwendest.
Nein. NovaKit-Tools können direkt ohne Konto verwendet werden.
NovaKit-Tools sind für die Nutzung im Browser ausgelegt. Verwende nur Daten, die du verarbeiten darfst.
Bewahre das Original auf und prüfe wichtige Ergebnisse, bevor du sie für eine Entscheidung oder ein finales Dokument verwendest.
Beginne mit einem kurzen, nicht vertraulichen Beispiel, prüfe das Ergebnis und wiederhole den Ablauf dann mit dem endgültigen Inhalt.
Nutze die verfügbaren Kopier-, Download-, Druck- oder Exportaktionen und behalte die Originaleingabe bis zur Prüfung.
Verwandte Tools