git

作者: CodePlayHu | 来源:发表于2018-05-31 11:38 被阅读0次

    新建repo
    git init
    git commit -m "first commit"
    git remote add origin https://github.com/CodePlay2016/pruningfilters-pytorch.git
    git push -u origin master

    消除本地更改
    git reset --hard

    拉到本地
    git pull

    设置全局用户
    git config --global user.name "..."
    git config --global user.email ".."

    相关文章

      网友评论

          本文标题:git

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