coding push 上传文件

git config --global user.name "lyshark" &
git config --global user.email "[email protected]" &
git init &
git add . &
git commit -m "MyBlog" &
git remote add origin https://git.coding.net/lyshark/lyshark.git &
git push -f origin master &
echo "push master GitHub " &

猜你喜欢

转载自www.cnblogs.com/csnd/p/11543745.html
今日推荐