随笔分类 -  Git

摘要:指令: git init //初始化本地仓库 git status git add . git commit -m "日志" //如git commit -m '第一次提交' git push 远程库名 "分支名" //如git push origin master git remote add 仓 阅读全文
posted @ 2022-03-30 23:18 coolyouguo 阅读(936) 评论(0) 推荐(0) 编辑
摘要:Git总体介绍: 1.安装Git 我使用的版本是Git-2.27.0-64-bit.exe,安装的过程需要选择代码编辑器,顺便安装了Visual studio code。 2.账户设置+测试git git config --global user.name "名字" git config --glo 阅读全文
posted @ 2020-07-22 16:50 coolyouguo 阅读(291) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示