Skip to content

Commit

Permalink
fix pics
Browse files Browse the repository at this point in the history
  • Loading branch information
AimeTPGM authored Oct 2, 2017
1 parent 9591c6b commit 68a680f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions translations/README.th.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

## กด "Clone" โปรเจ็คนี้

<img align="right" width="300" src="assets/clone.png" alt="clone this repository" />
<img align="right" width="300" src="../assets/clone.png" alt="clone this repository" />

เอาล่ะ ตอนนี้ก็ Clone โปรเจ็คนี้ลงบนเครื่องคอมพิวเตอร์ของคุณ โดยการคลิ๊กที่ปุ่ม "Clone" แล้วเลือก *copy to clipboard* (คำสั่งคัดลอก)

Expand All @@ -36,7 +36,7 @@ git clone "url นี่คัดลอกไว้"
```
"url ที่คัดลอกไว้" (ไม่ต้องใส่ " ") คือ url ของโปรเจ็คของคุณ คุณสามารถเลื่อนกลับไปดูวิธีคัดลอก url ได้จากหัวข้อก่อนหน้านี้

<img align="right" width="300" src="assets/copy-to-clipboard.png" alt="copy URL to clipboard" />
<img align="right" width="300" src="../assets/copy-to-clipboard.png" alt="copy URL to clipboard" />

ตัวอย่าง:
```
Expand Down Expand Up @@ -91,11 +91,11 @@ git push origin <ชื่อ branch ของคุณ>

ไปที่ repository ของคุณบนกิตฮับ คลิ๊กที่ `Compare & pull request`

<img style="float: right;" src="assets/compare-and-pull.png" alt="create a pull request" />
<img style="float: right;" src="../assets/compare-and-pull.png" alt="create a pull request" />

ตอนนี้ก็ส่ง Pull Request ไปที่โปรเจ็คต้นน้ำได้เลย

<img style="float: right;" src="assets/submit-pull.png" alt="submit pull request" />
<img style="float: right;" src="../assets/submit-pull.png" alt="submit pull request" />

แล้วเดี๋ยวเราจะ "Merge" หรือรวมผลงานที่คุณได้เปลี่ยนแปลงโค้ดมาที่ master branch ของโปรเจ็คนี้ คุณจะได้รับอีเมลล์ เมื่อเราได้ทำการ Merge ผลงานของคุณเรียบร้อยแล้ว

Expand Down

0 comments on commit 68a680f

Please sign in to comment.