• 添加 add
    git add .
  • 提交 commit
    git commit -m "add Python-OpenCV Note #1"
  • 推送 push
    git push