git

作者: 薛落花随泪绽放 | 来源:发表于2017-10-31 22:32 被阅读14次
    pwd
    ls
    git clone https://github.com/1627697510/test2.git
    ls
    ls test2
    cd test2
    cat README.md
    git add .
    #git config user.email “邮箱地址”
    #git config user.name “名字”
    git commit -m "first commit"
    git push -u origin master 
    

    相关文章

      网友评论

        本文标题:git

        本文链接:https://www.haomeiwen.com/subject/usmipxtx.html