git init
git config --global username “名字” git config --global user.email "youxiang"
git status git add . git commit -m "说明" git remote -v git remote add origin(可换) http:git地址 、、增加远程地址 git push -u origin master
posted on 2022-05-25 15:58 芮艺 阅读(14) 评论(0) 编辑 收藏 举报
Powered by: 博客园 Copyright © 2024 芮艺 Powered by .NET 9.0 on Kubernetes