diff --git a/blog/2023-04-12-git-notes/Git Notes.md b/blog/2023-04-12-git-notes/Git Notes.md index cc84138..e3f0991 100644 --- a/blog/2023-04-12-git-notes/Git Notes.md +++ b/blog/2023-04-12-git-notes/Git Notes.md @@ -10,18 +10,12 @@ date: 2023-04-12 11:46 ## workflow -git-flow + + ![](./.asserts/Snipaste_2023-07-11_15-16-05.png)

- git-flow +![](./.asserts/git-work-flow.png) + 功能开发/修复完成后合并到develop,测试通过后基于master创建发布分支release,release合并开发/修复分支后,部署上线, 验收通过并封版后合到master,看需要来打tag diff --git a/docusaurus.config.js b/docusaurus.config.js index 2d2ad75..6384fc1 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -10,7 +10,7 @@ const darkTheme = themes.dracula; /** @type {import('@docusaurus/types').Config} */ const config = { title: 'DOCONE', - tagline: 'do what u wanna do and love who u wanna love', + tagline: 'heart is free', url: ' https://yuqiuwen.github.io', baseUrl: '/docone/', diff --git a/static/img/avatar.jpg b/static/img/avatar.jpg index 02a931a..3eaa924 100644 Binary files a/static/img/avatar.jpg and b/static/img/avatar.jpg differ diff --git a/test.pdf b/test.pdf deleted file mode 100644 index 6c9bfbb..0000000 Binary files a/test.pdf and /dev/null differ