github 使用 记录

echo "# pull-test">> README.md

git init

git add README.md

git add *

git commit -m "first pull some file"

git config --global user.name "lyc10031"

git config --global user.email "lyc10031@126.com"

git commit --amend --reset-author

git remote add origin https://github.com/lyc10031/pull-test.git

git push -u origin master

vim /etc/resolv.conf

posted @ 2019-03-26 09:37  Ray_lei  阅读(187)  评论(0编辑  收藏  举报