Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
yuqiuwen committed Feb 25, 2024
1 parent 3c6a2cb commit bc08c40
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 11 deletions.
14 changes: 4 additions & 10 deletions blog/2023-04-12-git-notes/Git Notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,12 @@ date: 2023-04-12 11:46

## workflow

<img
src={require('./.asserts/Snipaste_2023-07-11_15-16-05.png').default}
alt="git-flow"
width="50%"
/>

![](./.asserts/Snipaste_2023-07-11_15-16-05.png)
<p/>

<img
src={require('./.asserts/git-work-flow.png').default}
alt="git-flow"
width="50%"
/>
![](./.asserts/git-work-flow.png)


功能开发/修复完成后合并到develop,测试通过后基于master创建发布分支release,release合并开发/修复分支后,部署上线, 验收通过并封版后合到master,看需要来打tag

Expand Down
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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/',

Expand Down
Binary file modified static/img/avatar.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed test.pdf
Binary file not shown.

0 comments on commit bc08c40

Please sign in to comment.