summaryrefslogtreecommitdiff
path: root/locales/help_docs/en.yml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2025-12-08 19:42:12 +0800
committer魏曹先生 <1992414357@qq.com>2025-12-08 19:42:12 +0800
commit05f91c8a0191b2cb4ef0baa9690abc5d83fd2f1e (patch)
tree239f48d547d409d82493ca9a4362a654ec0afb2f /locales/help_docs/en.yml
parent9221e90c81b43b796d8ad8be08b4fa65a55d24de (diff)
Add --overwrite flag to track command and show skipped files
The flag allows users to confirm overwriting locally modified files during sync operations. When files are skipped due to local modifications, a warning message now displays the skipped files and provides the command to overwrite them.
Diffstat (limited to 'locales/help_docs/en.yml')
-rw-r--r--locales/help_docs/en.yml12
1 files changed, 7 insertions, 5 deletions
diff --git a/locales/help_docs/en.yml b/locales/help_docs/en.yml
index 9009f4b..fa458f2 100644
--- a/locales/help_docs/en.yml
+++ b/locales/help_docs/en.yml
@@ -474,11 +474,6 @@ jv:
**DOWN**: %{old_files} to update, %{download_files} to download
**UP** : %{new_files} to track, %{modified_files} to commit
- need_upload: |
- Since your specified tracking operation involves uploading, you need to provide detailed description of your changes
- Ready to commit? Use `jv track <files_to_upload> --work` to start filling in commit information
- Don't want to use command line editor? Use `jv track <files_to_upload> --msg <commit_message>` to commit directly
-
fail:
std:
current_dir: Failed to get current directory
@@ -874,6 +869,13 @@ jv:
Tracked %{count} files to latest!
**Total**: %{created} Created, %{updated} Updated, %{synced} Synced
+ tip_has_skipped: |
+ **Note**: Skipped %{skipped_num} sync tasks
+ %{skipped}
+ Because local modifications exist, the sync task will forcibly overwrite your changes.
+ Please confirm you really want to overwrite these files.
+ Use `jv track . --overwrite` to confirm overwriting them
+
structure_changes_not_solved: |
There are unresolved local lost and moved items!
**Tip**: Use `jv align` to view items that need to be resolved