5.若想把寫好的檔案更新到 GitHub 雲端,的可先使用指令 git add 把檔案移到索引中,再使用指令 git commit 把將索引內的檔案提交至本地數據庫,最後可以使用指令 git ______ 把本地的本地數據庫提交到 GitHub 上(A) pull (B) push (C) clone (D) upload