coding push 上传文件

git config --global user.name "lyshark" &
git config --global user.email "1181506874@qq.com" &
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 " &

原文地址:https://www.cnblogs.com/csnd/p/11543745.html