ここから開始
基本
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.