Git常用命令

    xiaoxiao2021-03-25  118

    Git常用命令

    下载命令

    git clone https://github.com/yellowbaby1991/text.git

    第一次提交代码

    git config --global user.email "xx@163.com" git config --global user.name "username" git init git add . git status git commit -m "注释" git remote add origin https://github.com/yellowbaby1991/text.git git push -u origin master
    转载请注明原文地址: https://ju.6miu.com/read-3346.html

    最新回复(0)