afem/git.txt

8 lines
302 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

linux服务器scp -r dxw@222.20.97.222:/public/home/dxw/Codes/afem/* ./
本机git init
git branch -M main
git add .
git commit -m "first commit"
git remote set-url origin http://duxiaowei@222.20.97.33:3000/duxiaowei/afem.git
git remote -v仅确认状态使用
git push -u origin main