git

2018-05-31  本文已影响0人  CodePlayHu

新建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 ".."

上一篇 下一篇

猜你喜欢

热点阅读