git 将本地源代推送到远程服务器
git init
git add README.md
git commit -m "first commit"
git remote add origin 远程窗口地址.git
git push -u origin master
本文来自博客园,作者:ljymoonlight,转载请注明原文链接:https://www.cnblogs.com/ljymoonlight/p/17114353.html
posted on 2023-02-12 17:52 ljymoonlight 阅读(21) 评论(0) 编辑 收藏 举报