https://github.com/disaster2003/tutorialgithubdesktop
Github Desktopのチュートリアル
https://github.com/disaster2003/tutorialgithubdesktop
github-desktop
Last synced: about 2 months ago
JSON representation
Github Desktopのチュートリアル
- Host: GitHub
- URL: https://github.com/disaster2003/tutorialgithubdesktop
- Owner: Disaster2003
- Created: 2024-07-23T02:33:25.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-10-17T04:10:57.000Z (7 months ago)
- Last Synced: 2025-01-29T02:48:13.905Z (4 months ago)
- Topics: github-desktop
- Homepage:
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Github Desktopのチュートリアル
Unity/Unreal Engineでの使用想定
〇Create a new repository
・Name : 作成したUnityプロジェクト名
・Local path: 作成したプロジェクト名を含めないパス
・Git ignore : Unity/Unreal Engine〇Commit : 前回からの変更内容をコメントをつけて保存
〇Repository
・fetch : リモートで変更された内容をローカルに保存
・push : ローカルで変更された内容をリモートに保存
・pull : fetchとmergeを行う
※pullを行う前にローカルを変更していた場合、
必ずcommitする〇Branch
・merge... : 今の作業内容を保存しているブランチをDefault branchに統合
※その後、必ずpushする
・squash and merge... : merge後、今の作業内容を保存しているブランチを削除
->ブランチを触らなくなる場合# チーム制作の参考資料
〇招待
https://docs.github.com/ja/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository