Lidemy / mentor-program-2nd-futianshen

mentor-program-2nd-futianshen created by GitHub Classroom
14 stars 2 forks source link

作業繳交懶人包 #8

Open futianshen opened 5 years ago

futianshen commented 5 years ago
  1. 檢查作業的正確性,一周的作業一起交。
  2. 上傳 GitHub
    • git checkout -b branchName
    • git status
    • git commit -am “message”
    • git push origin branchName
  3. GitHub Pull requests 問問題
  4. 填寫繳交表單
  5. 返回 master
    • git checkout master
  6. 刪掉本機上的 branch
    • git branch -d branchName