GitHub Desktop
Simple Git client focused on GitHub repositories and pull request workflows.
開発者ツール
開発データ、コード、検索作業に使えるブラウザツールです。
| ツール | コマンド | 目的 | 説明 | |
|---|---|---|---|---|
| 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. |
概念
| 概念 | 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. |
ビジュアルツール
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.
ツールガイド
開発データ、コード、検索作業に使えるブラウザツールです。 結果を使用する前に確認するための、簡単な手順を説明します。
まず短い機密性のない例で結果を確認してから、最終的なコンテンツで同じ操作を行ってください。
FAQ
開発データ、コード、検索作業に使えるブラウザツールです。
Git・SVNガイド を開き、処理する入力データのコピーを準備します。 ツールで求められるファイル、テキスト、または値を入力します。 目的に合う設定を選び、処理を開始します。 コピー、ダウンロード、共有の前に結果を確認します。
使用前に出力を読み直し、プレビューまたはテストしてください。
いいえ。NovaKit のツールはアカウントなしで直接使用できます。
NovaKit のツールはブラウザ内での利用を想定しています。処理する権限のあるデータだけを使用してください。
元のデータを保持し、重要な結果は意思決定や最終文書に使う前に確認してください。
まず短い機密性のない例で結果を確認してから、最終的なコンテンツで同じ操作を行ってください。
利用できるコピー、ダウンロード、印刷、エクスポート機能を使い、確認が終わるまで元の入力を保持してください。
関連ツール