問題詳情

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

參考答案

答案:B

統計:A:1,B:12,C:3,D:5,E:0

難度:計算中