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 "[email protected]"

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

猜你喜欢

转载自www.cnblogs.com/Ray-Lei/p/10598240.html