@akiojin/gwt 9.13.0 → 9.13.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.ja.md +12 -0
- package/README.md +12 -0
- package/package.json +1 -1
package/README.ja.md
CHANGED
|
@@ -139,6 +139,18 @@ bare リポジトリを作り直し、各 worktree を新レイアウトに再
|
|
|
139
139
|
[GitHub Issue #1934 (SPEC-1934)](https://github.com/akiojin/gwt/issues/1934)
|
|
140
140
|
で管理しています。
|
|
141
141
|
|
|
142
|
+
既存の Normal Git プロジェクトを移行するには、gwt のプロジェクトピッカーまたは
|
|
143
|
+
`Reopen Recent` から開きます。gwt がレイアウトを検出すると、3 択の確認モーダル
|
|
144
|
+
が表示されます。
|
|
145
|
+
|
|
146
|
+
- **Migrate** — 即座にマイグレーションを実行。進捗はフェーズ単位で
|
|
147
|
+
ストリーミング (Validate → Backup → Bareify → Worktrees → Submodules →
|
|
148
|
+
Tracking → Cleanup → Done) され、成功時はアプリを再起動せずに新しいブランチ
|
|
149
|
+
worktree にプロジェクトタブが切り替わります。
|
|
150
|
+
- **Skip** — Normal Git のままプロジェクトを開きます。次回そのプロジェクトを
|
|
151
|
+
開いたときに再度モーダルが表示されます。
|
|
152
|
+
- **Quit** — リポジトリに触れずにアプリを終了します。
|
|
153
|
+
|
|
142
154
|
## キャンバス操作
|
|
143
155
|
|
|
144
156
|
- 画面上の zoom ボタンでキャンバスを拡大・縮小
|
package/README.md
CHANGED
|
@@ -139,6 +139,18 @@ can be run on demand. The migration safely backs up the original tree to
|
|
|
139
139
|
and rolls back automatically if any phase fails. Tracking work is captured in
|
|
140
140
|
[GitHub Issue #1934 (SPEC-1934)](https://github.com/akiojin/gwt/issues/1934).
|
|
141
141
|
|
|
142
|
+
To migrate an existing Normal Git project, open it from gwt's project
|
|
143
|
+
picker (or via `Reopen Recent`). gwt detects the layout and shows a
|
|
144
|
+
confirmation modal with three actions:
|
|
145
|
+
|
|
146
|
+
- **Migrate** — run the migration now. Progress is streamed phase by phase
|
|
147
|
+
(Validate → Backup → Bareify → Worktrees → Submodules → Tracking →
|
|
148
|
+
Cleanup → Done). On success the project tab reloads onto the new branch
|
|
149
|
+
worktree without restarting the app.
|
|
150
|
+
- **Skip** — open the project as a Normal Git checkout. The modal will
|
|
151
|
+
reappear the next time you open the project.
|
|
152
|
+
- **Quit** — close the app without touching the repository.
|
|
153
|
+
|
|
142
154
|
## Canvas Operations
|
|
143
155
|
|
|
144
156
|
- Zoom the canvas with the on-screen zoom buttons
|