GitHub Desktop 설명서
GitHub Desktop을 사용하면 명령줄 또는 웹 브라우저 대신 GUI를 사용하여 GitHub와 상호 작용할 수 있습니다. GitHub Desktop을 사용하여 변경 내용을 시각적으로 확인하여 원격 리포지토리에 대한 푸시, 끌어오기 및 복제, 커밋 특성 지정, 끌어오기 요청 만들기와 같은 대부분의 Git 명령을 데스크톱에서 완료할 수 있습니다.
여기에서 시작
인기 사이트
가이드
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.