Skip to content

Commit

Permalink
docs: ✏️ change readme
Browse files Browse the repository at this point in the history
change readme
  • Loading branch information
lgf-136 committed Sep 27, 2022
1 parent fc60061 commit 4a43dbc
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,20 @@ npx husky add .husky/commit-msg 'npx --no-install commitlint --edit "$1"'
npx husky add .husky/pre-commit "npx lint-staged"
```

## git tag

git tag -a v0.03-init -m "release first full function version"

git push --tags

## git pull and git push

git push --all origin

git fetch --all

git pull --all

## 子模块的添加

添加子模块非常简单,命令如下:
Expand Down

0 comments on commit 4a43dbc

Please sign in to comment.