Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.ko.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ VS Code를 위한 모던 Git GUI. 커밋 히스토리를 시각화하고, 브랜
| **이미지 Diff** | 이미지 변경사항에 대한 나란히 보기 및 스와이프 비교 |
| **Patch 내보내기** | 임의의 커밋을 `.patch` 파일로 저장 |
| **에디터에서 열기** | diff 뷰어에서 파일 우클릭으로 파일 열기 또는 VS Code에서 변경사항 보기 |
| **변경 되돌리기** | 커밋의 파일 전체, 단일 hunk, 또는 거터에서 선택한 줄을 작업 트리에 되돌리고, 선택한 줄을 복사 - diff에서 바로 |

### Stash & Worktree

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ A modern, full-featured Git GUI for VS Code. Visualize your commit history, mana
| **Image Diff** | Side-by-side visual preview with swipe comparison for image changes |
| **Patch Export** | Save any commit as a `.patch` file |
| **Open in Editor** | Right-click any file in the diff viewer to open it or view its changes in VS Code |
| **Reverse Changes** | Undo a whole file, a single hunk, or gutter-selected lines of a commit against your working tree — and copy selected lines — right from the diff |

### Stash & Worktree

Expand Down
1 change: 1 addition & 0 deletions l10n/bundle.l10n.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@
"nCommits": "{0} commits",
"pushAfterCherryPickFailed": "Cherry-pick succeeded, but the follow-up push failed: {0}",
"reverted": "Reverted {0}",
"reversedFileChange": "Reversed changes to {0}",
"revertedAndPushed": "Reverted {0} and pushed",
"pushAfterRevertFailed": "Revert succeeded, but the follow-up push failed: {0}",
"resetComplete": "Reset to {0}",
Expand Down
1 change: 1 addition & 0 deletions l10n/bundle.l10n.ko.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@
"nCommits": "commit {0}개",
"pushAfterCherryPickFailed": "Cherry-pick은 성공했지만 이후 push에 실패했습니다: {0}",
"reverted": "{0}이(가) revert 되었습니다",
"reversedFileChange": "{0}의 변경 사항을 되돌렸습니다",
"revertedAndPushed": "{0}이(가) revert 후 push 되었습니다",
"pushAfterRevertFailed": "Revert는 성공했지만 이후 push에 실패했습니다: {0}",
"resetComplete": "{0}으(로) reset 되었습니다",
Expand Down
1 change: 1 addition & 0 deletions l10n/bundle.l10n.zh-cn.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@
"nCommits": "{0} 个提交",
"pushAfterCherryPickFailed": "遴选成功,但后续 push 失败:{0}",
"reverted": "已还原 {0}",
"reversedFileChange": "已还原对 {0} 的更改",
"revertedAndPushed": "已还原 {0} 并完成 push",
"pushAfterRevertFailed": "还原成功,但后续 push 失败:{0}",
"resetComplete": "已重置到 {0}",
Expand Down
334 changes: 334 additions & 0 deletions src/git/__tests__/integration/reverse-changes.integration.test.ts

Large diffs are not rendered by default.

Loading
Loading