GitHub Education Training – Module 0 : Getting Started

หลังจากที่เราสมัคร GitHub for Education กันไปเราจะมาทำ Training ในหมวด GitHub Campus Advisors กัน ประกอบด้วย 5 Module แต่จะมาทำกันแค่ 4 Module เราไปลงมือทำกันเลย

Training

  • เข้าไปที่หน้าเว็บ GitHub Campus Advisors แล้วคลิกทีละ Module

Advisor-01.png

  • กด Accept Assign แล้วอย่าเพิ่งปิด Tab จนกว่าจะ Deploy เสร็จ

Advisor-02.png

Module 0 : Getting Started

  • ดาวน์โหลดและติดตั้ง Git
  • แนะนำให้ใช้ Git for Windows เพราะมี GUI
  • สามารถเข้าร่วม Community
  • ตั้งค่า Config Git ผ่าน Command Line
# git config user.name “First Last"
# git config --global user.email "email@example.com"

 

Leave a Reply

Your email address will not be published. Required fields are marked *