suneshone
suneshone opened issue suneshone/video#2 2023-12-25 16:35:04 +08:00
思考使用什么前端界面框架
suneshone closed issue suneshone/video#1 2023-12-25 16:32:16 +08:00
初始化项目
suneshone opened issue suneshone/video#1 2023-12-25 15:51:22 +08:00
初始化项目
suneshone created branch master in suneshone/video 2023-12-25 15:46:53 +08:00
suneshone pushed to master at suneshone/video 2023-12-25 15:46:53 +08:00
3f9a20172d 新增 README 文件
suneshone created repository suneshone/video 2023-12-25 15:27:41 +08:00
suneshone closed issue suneshone/obscuredSubtitles#7 2023-12-12 17:04:47 +08:00
命令行说明中格式 尖括号 中括号的含义
suneshone opened issue suneshone/obscuredSubtitles#7 2023-12-12 17:01:07 +08:00
命令行说明中格式 尖括号 中括号的含义
suneshone commented on issue suneshone/obscuredSubtitles#6 2023-12-12 16:08:42 +08:00
分支的作用

git branch 创建分支
git checkout 切换分支

suneshone opened issue suneshone/obscuredSubtitles#6 2023-12-12 15:48:25 +08:00
分支的作用
suneshone opened issue suneshone/obscuredSubtitles#5 2023-12-12 15:47:05 +08:00
如何回退版本
suneshone commented on issue suneshone/obscuredSubtitles#4 2023-12-12 15:13:01 +08:00
git 无法push远程仓库 Note about fast-forwards

我以为我修改的是README.md文件,但是实际修改的是一个已经不纯在的README文件,并进行了提交操作,也许是这个原因引起的这次报错,通过执行 `git…

suneshone closed issue suneshone/obscuredSubtitles#4 2023-12-12 15:13:01 +08:00
git 无法push远程仓库 Note about fast-forwards
suneshone commented on issue suneshone/obscuredSubtitles#4 2023-12-12 15:12:23 +08:00
git 无法push远程仓库 Note about fast-forwards

我以为我修改的是README.md文件,但是实际修改的是一个已经不纯在的README文件,并进行了提交操作,也许是这个原因引起的这次报错,通过执行 `git…

suneshone pushed to master at suneshone/obscuredSubtitles 2023-12-12 15:02:37 +08:00
ca0b3a0362 修改README.md文档的安装部分
215fa664d8 Merge branch 'master' of git.suneshone.com:suneshone/obscuredSubtitles
0fba606d8e 修改README文档的安装部分
Compare 3 commits »
suneshone opened issue suneshone/obscuredSubtitles#4 2023-12-12 14:55:03 +08:00
git 无法push远程仓库 Note about fast-forwards
suneshone closed issue suneshone/obscuredSubtitles#3 2023-12-12 14:12:11 +08:00
如何删除文件?
suneshone commented on issue suneshone/obscuredSubtitles#3 2023-12-12 14:11:05 +08:00
如何删除文件?

你想让文件保留在磁盘,但是并不想让 Git 继续跟踪。 当你忘记添加 .gitignore 文件,不小
心把一个很大的日志文件或一堆 .a 这样的编译生成文件添…

suneshone opened issue suneshone/obscuredSubtitles#3 2023-12-12 14:10:47 +08:00
如何删除文件?
suneshone closed issue suneshone/obscuredSubtitles#2 2023-12-12 14:07:53 +08:00
如何忽略不需要版本控制的文件?