Skip to content

Commit 0a07e20

Browse files
committed
2025-5-6:"20250506-01"
1 parent 655ed74 commit 0a07e20

File tree

8 files changed

+290
-1
lines changed

8 files changed

+290
-1
lines changed

.DS_Store

0 Bytes
Binary file not shown.

content/posts/K8s源代码分析——Kubelet(1):主循环.md

Lines changed: 286 additions & 0 deletions
Large diffs are not rendered by default.

public/.DS_Store

6 KB
Binary file not shown.

public/posts/.DS_Store

6 KB
Binary file not shown.

static/20250506-1.jpeg

272 KB
Loading

static/20250506-2.jpeg

330 KB
Loading

static/20250506-3.jpeg

510 KB
Loading

update.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ DATE=$(date +%Y-%-m-%-d)
77
read -p "请输入 commit 标题: " TITLE
88

99
# 拼接 commit message
10-
MESSAGE="$DATE-\"$TITLE\""
10+
MESSAGE="$DATE:\"$TITLE\""
11+
12+
# shellcheck disable=SC2164
13+
cd /Users/mengyipeng/Documents/blog/my-blog
1114

1215
# 执行 git 操作
1316
git add .

0 commit comments

Comments
 (0)