git常用命令

xiaoxiao2021-02-28  16

命令:

    git clone  将github上得资源下到本地    git status   检查文件状态    git add -A   提价所有的文件    git commit -m "说明"  提交(只到本地仓库)

    git push   提交到远程仓库

注意:git分为本地仓库和远程仓库,commit只能提交到本地仓库,这点和svn很不一样

转载请注明原文地址: https://www.6miu.com/read-2800066.html

最新回复(0)