Documentação do GitHub Desktop
Com o GitHub Desktop, você pode interagir com o GitHub usando uma GUI em vez da linha de comando ou um navegador da Web. Você pode usar o GitHub Desktop para concluir a maioria dos comandos Git da área de trabalho, como enviar por push, extrair e clonar repositórios remotos, atribuir commits e criar solicitações de pull, com confirmação visual das alterações.
Comece por aqui
Popular
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.