GitやGitHubの使い方を勉強するための,入門用Youtube動画のまとめ。オンラインのチュートリアル映像で基礎マスター
GitおよびGitHubの使い方を学ぶための動画。(解説は英語)
顔出しで気さくに解説
「GitHub & Git Foundations • Training」
作者: GitHub Training & Guides
- 1. Introduction • GitHub & Git Foundations
- 2. Setup • GitHub & Git Foundations
- 3. Config • GitHub & Git Foundations
- 4. Init • GitHub & Git Foundations
- 5. Commit • GitHub & Git Foundations
- 6. Diff • GitHub & Git Foundations
- 7. Log • GitHub & Git Foundations
- 8. Remove • GitHub & Git Foundations
- 9. Move • GitHub & Git Foundations
- 10. Ignore • GitHub & Git Foundations
- 11. Branch • GitHub & Git Foundations
- 12. Checkout • GitHub & Git Foundations
- 13. Merge • GitHub & Git Foundations
顔を出さずに操作画面で解説
「Introduction to Git and GitHub」
作者: Data School
- 1. What is the difference between Git and GitHub?
- 2. Setting up Git and GitHub
- 3. Navigating a GitHub Repository - Part 1
- 4. Navigating a GitHub Repository - Part 2
- 5. Forking a GitHub Repository
- 6. Creating a New GitHub Repository
- 7. Copying a GitHub Repository to Your Local Computer
- 8. Committing Changes in Git and Pushing to a GitHub Repository
- 9. Syncing Your GitHub Fork
- 10. Additional Resources for Learning Git and GitHub
- 11. Troubleshooting: Updates Rejected When Pushing to GitHub
Git Tutorials Playlist
作者: thenewboston
- 1. Git Tutorial - 1 - How to Download and Install Git
- 2. Git Tutorial - 2 - Config Our Username and Email
- 3. Git Tutorial - 3 - Creating Our First Repository
- 4. Git Tutorial - 4 - Commit
- 5. Git Tutorial - 5 - Adding Files and the Commit Log
- 6. Git Tutorial - 6 - Git Workflow
- 7. Git Tutorial - 7 - How to Edit Files
- 8. Git Tutorial - 8 - Viewing the Changes That You Made
- 9. Git Tutorial - 9 - Comparing the Staging Area with the Repository
- 10. Git Tutorial - 10 - How to Delete Files
- 11. Git Tutorial - 11 - How to Move and Rename Files
- 12. Git Tutorial - 12 - Working with an Actual Website
- 13. Git Tutorial - 13 - How to Commit Directly to the Repository
- 14. Git Tutorial - 14 - Checkout this video (Git it?)
- 15. Git Tutorial - 15 - Unstage Files
- 16. Git Tutorial - 16 - Getting Old Versions from the Repository
- 17. Git Tutorial - 17 - GitHub
- 18. Git Tutorial - 18 - Pushing to a GitHub Repository
一つ一つの動画の長さが長い
Learn Git and GitHub Tutorial
作者: 308tube
1. Git and GitHub Version Control Tutorial - Part 1
https://www.youtube.com/watch?v=mYjZt...
2. Git and GitHub Version Control Tutorial - Part 2
https://www.youtube.com/watch?v=8r_IE...
3. Git and GitHub Version Control Tutorial - Part 3
https://www.youtube.com/watch?v=STJBF...
4. Git and GitHub Version Control Tutorial - Part 4
https://www.youtube.com/watch?v=LCv2B...
Learning GitHub
作者: Lynn Langit(ちょっと声が枯れ気味の女性)
1. Learning GitHub - Part 1
https://www.youtube.com/watch?v=HmYaZ...
2. Learning GitHub - Part 2
https://www.youtube.com/watch?v=Gx5kq...
3. Learning GitHub - Part 3
https://www.youtube.com/watch?v=t_Ju1...
4. Learning GitHub - Part 4
https://www.youtube.com/watch?v=DgNWz...
Git
作者: John Dugan
- 1. How to use Git - Git Video Tutorial - Part 0 (Installation)
- 2. How to use Git - Git Video Tutorial - Part 1 (add, commit, push, pull, status)
- 3. How to use Git - Git Video Tutorial - Part 2 (log, reflog, show, gitk, checkout, reset)
- 4. How to use Git - Git Video Tutorial - Part 3 (The basic file flow, rm, add, commit, gitignore)
- 5. How to use Git - Git Video Tutorial - Part 3.5 (Setting up a new user account)
- 6. How to use Git - Git Video Tutorial - Part 4 (Merge Conflicts)
- 7. How to use Git - Git Video Tutorial - Part 5 (More Merge Conflicts)
- 8. How to use Git - Git Video Tutorial - Part 6 (branch, checkout, remote)