Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/teerasej/git-handbook
https://github.com/teerasej/git-handbook
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/teerasej/git-handbook
- Owner: teerasej
- Created: 2019-07-24T15:25:57.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-05T18:14:34.000Z (about 1 year ago)
- Last Synced: 2024-04-13T19:04:48.154Z (10 months ago)
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Git Handbook
> by Teerasej Jiraphatchandej, https://www.nextflow.in.th
สนใจติดต่อ จัดอบรม [โทร 083-071-3373](tel:083-071-3373) หรือส่ง Email มาที่ [[email protected]](mailto:[email protected])
## Slide
- [Download Slide](https://www.dropbox.com/s/qkts9an2mnetj80/Git%20for%20Beginner.pdf?dl=0)
## Setup
- [Download & Setup Git client](/setup.md)
## First Repository
1. [สร้าง local git repository](/create-local-git-repo.md)
2. [การ commit การเปลี่ยนแปลงของ code ด้วย Visual Studio Code](/commiting-code.md)
3. [สร้าง remote git repository](/create-remote-github.md)
4. [กำหนด remote git url ให้กับ local git repository](/link-local-to-remote-repo.md)## Manage Branches
1. [วิธีการสร้าง Branch](/branch-create.md)
2. [วิธีการสลับ Branch (Checkout Branch)](/branch-checkout.md)
3. [วิธีการรวม Branch (Merge Branch)](/branch-merge.md)