Skip to content

Commit

Permalink
vault backup: 2024-10-23 11:15:45
Browse files Browse the repository at this point in the history
Affected files:
.obsidian/workspace.json
_posts/engineering/2024-09-11-git版本管理常见技巧.md
_posts/pool/2024-10-23.md
  • Loading branch information
cmgzn committed Oct 23, 2024
1 parent 5122d31 commit 715e682
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .obsidian/workspace.json
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,8 @@
},
"active": "1e2086f0928a3cb6",
"lastOpenFiles": [
"_posts/pool/2024-10-23.md",
"_posts/engineering/2024-09-11-git版本管理常见技巧.md",
"_posts/pool/2024-10-21.md",
"_posts/pool/2024-10-18-日记.md",
"_template/time_note.md",
Expand All @@ -207,7 +209,6 @@
"_posts/engineering/2024-09-14-微信引入个人机器人踩雷篇.md",
"_posts/engineering/2024-09-13-pip国内加速.md",
"_posts/engineering/2024-09-13-linux安装全局可用的conda+创建有root权限的新账号.md",
"_posts/engineering/2024-09-11-git版本管理常见技巧.md",
"_posts/engineering/2024-09-10-linux(wget)国内批量下载huggingface模型shell脚本.md",
"_posts/engineering/2024-09-09-linux新机器安装nvidia驱动.md",
"_posts/engineering/2024-09-06-windows无cpu启动stable-diffusion API接口.md",
Expand All @@ -222,7 +223,6 @@
"_posts/pool/2024-09-23.md",
"_posts/pool/2024-09-21.md",
"_posts/pool/2024-09-25.md",
"_posts/pool/2024-10-08.md",
"assets/img/mrj9tyfxgpwc4ohkdhkq3uu3azxww8g.png",
"assets/img/Dingtalk_20240906094335.jpg",
"assets/img/Dingtalk_20240906103403.jpg",
Expand Down
4 changes: 4 additions & 0 deletions _posts/engineering/2024-09-11-git版本管理常见技巧.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ Tips:
```bash
git reset --soft 版本号
```
拓展:撤回上一个提交:
```bash
git reset --soft HEAD~1
```
4. 强制同步到远程分支:
```bash
git push --force
Expand Down
7 changes: 7 additions & 0 deletions _posts/pool/2024-10-23.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title:
author: X
date: "2024-10-23 11:15:06 +0800"
categories:
tags:
---

0 comments on commit 715e682

Please sign in to comment.