ผลต่างระหว่างรุ่นของ "01219245/git"
ไปยังการนำทาง
ไปยังการค้นหา
Jittat (คุย | มีส่วนร่วม) (→Links) |
Jittat (คุย | มีส่วนร่วม) (→Links) |
||
แถว 20: | แถว 20: | ||
== Links == | == Links == | ||
+ | * [http://git-scm.com/ http://git-scm.com/] - Git main site: [http://git-scm.com/documentation documentation] | ||
* YouTube clips: | * YouTube clips: | ||
** [http://www.youtube.com/watch?v=mUvwVqowbrQ Part 1] - covers the following commands: init, status, add, commit, diff, log | ** [http://www.youtube.com/watch?v=mUvwVqowbrQ Part 1] - covers the following commands: init, status, add, commit, diff, log | ||
** [http://www.youtube.com/watch?v=mqXGrCHKEZY Part 2] - covers how to ignore files | ** [http://www.youtube.com/watch?v=mqXGrCHKEZY Part 2] - covers how to ignore files | ||
** [http://www.youtube.com/watch?v=N7gOCp4UhZY Part 3] - covers basic branching mode and how to move the HEAD around the commit graphs | ** [http://www.youtube.com/watch?v=N7gOCp4UhZY Part 3] - covers basic branching mode and how to move the HEAD around the commit graphs | ||
+ | * Other YouTube clips: | ||
+ | ** TBA |
รุ่นแก้ไขเมื่อ 15:11, 8 มกราคม 2557
- This is part of 01219245.
In this course, we will use Git as our software version control tool. There are various UI clients for Git, but we will use the command-line version.
เนื้อหา
Preparations
Install Git: go to download page, download and install the command-line version.
- Additional info for Windows users:
- When the installer ask you to select components, you can tick off the "Windows Explorer integration".
- When the installer ask you the option to "Adjusting your PATH environment", choose "Run Git from Windows Command Prompt".
In-class practice
Basic git with HTML
Practice with branching
Links
- http://git-scm.com/ - Git main site: documentation
- YouTube clips:
- Other YouTube clips:
- TBA