You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/keybindings/Keybindings_ko.md
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -189,7 +189,7 @@ _Legend: `<c-b>` means ctrl+b, `<a-b>` means alt+b, `B` means shift+b_
189
189
|`` <c-y> ``| 풀 리퀘스트 URL을 클립보드에 복사 ||
190
190
|`` c ``| 이름으로 체크아웃 | Checkout by name. In the input box you can enter '-' to switch to the last branch. |
191
191
|`` F ``| 강제 체크아웃 | Force checkout selected branch. This will discard all local changes in your working directory before checking out the selected branch. |
192
-
|`` d ``|Delete| View delete options for local/remote branch. |
192
+
|`` d ``|삭제| View delete options for local/remote branch. |
193
193
|`` r ``| 체크아웃된 브랜치를 이 브랜치에 리베이스 | Rebase the checked-out branch onto the selected branch. |
194
194
|`` M ``| 현재 브랜치에 병합 | View options for merging the selected item into the current branch (regular merge, squash merge) |
195
195
|`` f ``| Fast-forward this branch from its upstream | Fast-forward selected branch from its upstream. |
@@ -247,7 +247,7 @@ _Legend: `<c-b>` means ctrl+b, `<a-b>` means alt+b, `B` means shift+b_
247
247
|`` n ``| 새 브랜치 생성 ||
248
248
|`` M ``| 현재 브랜치에 병합 | View options for merging the selected item into the current branch (regular merge, squash merge) |
249
249
|`` r ``| 체크아웃된 브랜치를 이 브랜치에 리베이스 | Rebase the checked-out branch onto the selected branch. |
250
-
|`` d ``|Delete| Delete the remote branch from the remote. |
250
+
|`` d ``|삭제| Delete the remote branch from the remote. |
251
251
|`` u ``| Set as upstream | Set the selected remote branch as the upstream of the checked-out branch. |
252
252
|`` s ``| Sort order ||
253
253
|`` g ``| View reset options | View reset options (soft/mixed/hard) for resetting onto selected item. |
@@ -263,7 +263,7 @@ _Legend: `<c-b>` means ctrl+b, `<a-b>` means alt+b, `B` means shift+b_
|`` s ``|Squash| Squash the selected commit into the commit below it. The selected commit's message will be appended to the commit below it. |
266
+
|`` s ``|스쿼시| Squash the selected commit into the commit below it. The selected commit's message will be appended to the commit below it. |
267
267
|`` f ``| Fixup | Meld the selected commit into the commit below it. Similar to squash, but the selected commit's message will be discarded. |
268
268
|`` r ``| 커밋메시지 변경 | Reword the selected commit's message. |
269
269
|`` R ``| 에디터에서 커밋메시지 수정 ||
@@ -326,9 +326,9 @@ If you would instead like to start an interactive rebase from the selected commi
326
326
|`` <c-o> ``| Copy tag to clipboard ||
327
327
|`` <space> ``| 체크아웃 | Checkout the selected tag as a detached HEAD. |
328
328
|`` n ``| 태그를 생성 | Create new tag from current commit. You'll be prompted to enter a tag name and optional description. |
329
-
|`` d ``|Delete| View delete options for local/remote tag. |
329
+
|`` d ``|삭제| View delete options for local/remote tag. |
330
330
|`` P ``| 태그를 push | Push the selected tag to a remote. You'll be prompted to select a remote. |
331
-
|`` g ``|Reset| View reset options (soft/mixed/hard) for resetting onto selected item. |
331
+
|`` g ``|초기화| View reset options (soft/mixed/hard) for resetting onto selected item. |
332
332
|`` <c-t> ``| Open external diff tool (git difftool) ||
333
333
|`` <enter> ``| 커밋 보기 ||
334
334
|`` w ``| View worktree options ||
@@ -341,7 +341,7 @@ If you would instead like to start an interactive rebase from the selected commi
341
341
|`` <c-o> ``| 파일명을 클립보드에 복사 ||
342
342
|`` <space> ``| Staged 전환 | Toggle staged for selected file. |
343
343
|`` <c-b> ``| 파일을 필터하기 (Staged/unstaged) ||
344
-
|`` y ``|Copy to clipboard||
344
+
|`` y ``|클립보드에 복사||
345
345
|`` c ``| 커밋 변경내용 | Commit staged changes. |
346
346
|`` w ``| Commit changes without pre-commit hook ||
347
347
|`` A ``| 마지맛 커밋 수정 ||
@@ -357,7 +357,7 @@ If you would instead like to start an interactive rebase from the selected commi
357
357
|`` <enter> ``| Stage individual hunks/lines for file, or collapse/expand for directory | If the selected item is a file, focus the staging view so you can stage individual hunks/lines. If the selected item is a directory, collapse/expand it. |
358
358
|`` d ``| View 'discard changes' options | View options for discarding changes to the selected file. |
359
359
|`` g ``| View upstream reset options ||
360
-
|`` D ``|Reset| View reset options for working tree (e.g. nuking the working tree). |
360
+
|`` D ``|초기화| View reset options for working tree (e.g. nuking the working tree). |
361
361
|`` ` ``| 파일 트리뷰로 전환 | Toggle file view between flat and tree layout. Flat layout shows all file paths in a single list, tree layout groups files by directory. |
362
362
|`` <c-t> ``| Open external diff tool (git difftool) ||
363
363
|`` M ``| Git mergetool를 열기 | Run `git mergetool`. |
0 commit comments