git常用命令
摘要:A创建远程仓库到上传代码到git 1)登陆或这注册git账号 https://github.com 2)创建远程仓库 3)打开终端输入命令 cd到你的本地项目根目录下,执行如下git命令 git init git add . git commit -m "注释语句" git remote add o
阅读全文
posted @ 2021-11-01 11:17
posted @ 2021-11-01 11:17
posted @ 2021-11-01 10:51
posted @ 2021-11-01 10:50
posted @ 2021-11-01 10:49