หน้าเว็บ

Showing posts with label git. Show all posts
Showing posts with label git. Show all posts

Monday, January 18, 2016

ssh clone git ขึ้น Server

ssh clone git ขึ้น Server ล็อกอินเข้า ssh ก่อน แล้วตามด้วย

$ git clone https://bitbucket.com/xxx/project.git html


Friday, December 11, 2015

อัพไฟล์จาก git ขึ้น FTP ด้วย git-ftp

อัพไฟล์จาก git ขึ้น FTP ด้วย git-ftp สำหรับ Hosting ที่ไม่มี SSH or git support

https://github.com/git-ftp/git-ftp

หากเอาขึ้น FTP ครั้งแรกให้ใช้

$ git ftp init -u  -P ftp://host.example.com/public_html

ครั้งต่อๆไปก็ใช้
$ git ftp push -u  -P ftp://host.example.com/public_html

ตัวอย่าง

Monday, November 9, 2015

บทความเกี่ยวกับ Git

ลิ้งค์บทความเกี่ยวกับ Git

https://www.atlassian.com/git/
https://gist.github.com/norsez/3016877
http://www.select2web.com/git
https://git-scm.com/book/th/v1
https://confluence.atlassian.com/bitbucketserver/bitbucket-server-documentation-home-776639749.html
http://devahoy.com/2015/08/introduction-to-git-and-github/