ex1:Github 练习 1

时间:2024-07-29 18:04:14
【文件属性】:

文件名称:ex1:Github 练习 1

文件大小:1KB

文件格式:ZIP

更新时间:2024-07-29 18:04:14

JavaScript

触摸 README.md 混帐初始化 git 添加 README.md 混帐差异 git diff --cached git diff 头 git commit -m "存储库的 README.md 文件" git 添加 index.html git commit -m "提交网页" git 添加 style.css git commit -m "这个样式的页面" git 添加 script.js git commit -m "这使网页具有交互性" git checkout style.css git checkout script.js git reset HEAD index.html git重置头^ 状态 混帐日志 git log --stat git log --oneline git log -p -2/-1/-3 git 显示 git 显示 5


【文件预览】:
ex1-master
----index.html(119B)
----README.md(1KB)
----script.js(153B)
----style.css(116B)

网友评论