GitHub Desktop
With GitHub Desktop, you can interact with GitHub using a GUI instead of the command line or a web browser. You can use GitHub Desktop to complete most Git commands from your desktop, such as pushing to, pulling from, and cloning remote repositories, attributing commits, and creating pull requests, with visual confirmation of changes.
ガイド
人気
ガイド
Stashing changes
You can temporarily save your changes without committing them to a branch by stashing the changes.
コミットの打ち消し
特定のコミットを打ち消して、その変更をブランチから取り除くことができます。
Amending a commit
You can use GitHub Desktop to amend your last commit.
Cherry-picking a commit
You can pick a specific commit on one branch and copy the commit to another branch.