摘要: Git 每次提交代码,都要写 Commit message(提交说明) 1 $ git commit -m "hello world" 上面代码的-m 参数,就是用来指定 commit mesage 的。 如果一行不够,可以只执行git commit,就会跳出文本编辑器,让你写多行. 1 $ git 阅读全文
posted @ 2023-04-03 19:35 过错 阅读(76) 评论(0) 推荐(0) 编辑
摘要: 资料 https://www.bilibili.com/video/av205290948/?p=5&vd_source=046ea4f5c29b8099c725f82685b9c821 https://www.cnblogs.com/fenglovellx/p/8137551.html https 阅读全文
posted @ 2023-04-03 16:05 过错 阅读(213) 评论(0) 推荐(0) 编辑