Skip to content

Commit

Permalink
chore(scripts): 添加附属仓库 monaco-editor 的管理脚本 | Add management scripts…
Browse files Browse the repository at this point in the history
… for sub-repository `monaco-editor`.
  • Loading branch information
Zuoqiu-Yingyi committed Jul 10, 2023
1 parent e8aca74 commit 2e6f797
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# 更改日志 | CHANGE LOG

## 2023-07-10

- 添加附属仓库 `monaco-editor` 的管理脚本 | Add management scripts for sub-repository `monaco-editor`.

## 2023-07-09

- 新增快捷键与命令 | Add keyboard shortcuts and commands.
Expand Down
5 changes: 5 additions & 0 deletions scripts/git-subtree/monaco-editor/add.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
git subtree add `
-P workspace/plugins/monaco-editor `
https://github.com/Zuoqiu-Yingyi/siyuan-plugin-monaco-editor.git `
dev `
--squash
4 changes: 4 additions & 0 deletions scripts/git-subtree/monaco-editor/pull.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
git subtree pull `
-P workspace/plugins/monaco-editor `
https://github.com/Zuoqiu-Yingyi/siyuan-plugin-monaco-editor.git `
dev
4 changes: 4 additions & 0 deletions scripts/git-subtree/monaco-editor/push.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
git subtree push `
-P workspace/plugins/monaco-editor `
https://github.com/Zuoqiu-Yingyi/siyuan-plugin-monaco-editor.git `
dev
3 changes: 3 additions & 0 deletions scripts/git-subtree/monaco-editor/split.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
git subtree split `
-P workspace/plugins/monaco-editor `
--rejoin

0 comments on commit 2e6f797

Please sign in to comment.