新建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 ".."
网友评论