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
| `` N `` | Move commits to new branch | Create a new branch and move the unpushed commits of the current branch to it. Useful if you meant to start new work and forgot to create a new branch first.
|`` y ``| 复制提交属性到剪贴板 | 复制提交属性到剪贴板(例如,hash、URL、diff、消息、作者)。 |
60
+
|`` y ``| 复制提交属性到剪贴板 | 复制提交属性到剪贴板(如hash、URL、diff、消息、作者)。 |
61
61
|`` o ``| 在浏览器中打开提交 ||
62
62
|`` n ``| 从提交创建新分支 ||
63
63
| `` N `` | Move commits to new branch | Create a new branch and move the unpushed commits of the current branch to it. Useful if you meant to start new work and forgot to create a new branch first.
64
64
65
65
Note that this disregards the selection, the new branch is always created either from the main branch or stacked on top of the current branch (you get to choose which). |
66
66
|`` g ``| 查看重置选项 | 查看重置选项 (soft/mixed/hard) 用于重置到选择项 |
@@ -77,19 +77,19 @@ Note that this disregards the selection, the new branch is always created either
77
77
78
78
| Key | Action | Info |
79
79
|-----|--------|-------------|
80
-
|`` <c-o> ``|将提交的 hash 复制到剪贴板||
80
+
|`` <c-o> ``|复制提交哈希到剪贴板||
81
81
|`` <space> ``| 检出 | 检出所选择的提交作为分离HEAD。 |
82
-
|`` y ``| 复制提交属性到剪贴板 | 复制提交属性到剪贴板(例如,hash、URL、diff、消息、作者)。 |
82
+
|`` y ``| 复制提交属性到剪贴板 | 复制提交属性到剪贴板(如hash、URL、diff、消息、作者)。 |
83
83
|`` o ``| 在浏览器中打开提交 ||
84
84
|`` n ``| 从提交创建新分支 ||
85
85
| `` N `` | Move commits to new branch | Create a new branch and move the unpushed commits of the current branch to it. Useful if you meant to start new work and forgot to create a new branch first.
86
86
87
87
Note that this disregards the selection, the new branch is always created either from the main branch or stacked on top of the current branch (you get to choose which). |
88
88
|`` g ``| 查看重置选项 | 查看重置选项 (soft/mixed/hard) 用于重置到选择项 |
|`` y ``| 复制提交属性到剪贴板 | 复制提交属性到剪贴板(例如,hash、URL、diff、消息、作者)。 |
150
+
|`` y ``| 复制提交属性到剪贴板 | 复制提交属性到剪贴板(如hash、URL、diff、消息、作者)。 |
151
151
|`` o ``| 在浏览器中打开提交 ||
152
152
|`` n ``| 从提交创建新分支 ||
153
153
| `` N `` | Move commits to new branch | Create a new branch and move the unpushed commits of the current branch to it. Useful if you meant to start new work and forgot to create a new branch first.
154
154
155
155
Note that this disregards the selection, the new branch is always created either from the main branch or stacked on top of the current branch (you get to choose which). |
156
156
|`` g ``| 查看重置选项 | 查看重置选项 (soft/mixed/hard) 用于重置到选择项 |
@@ -173,7 +173,7 @@ Note that this disregards the selection, the new branch is always created either
173
173
174
174
| Key | Action | Info |
175
175
|-----|--------|-------------|
176
-
|`` <c-o> ``|将文件名复制到剪贴板||
176
+
|`` <c-o> ``|复制路径到剪贴板||
177
177
|`` y ``| 复制到剪贴板 ||
178
178
|`` c ``| 检出 | 检出文件 |
179
179
|`` d ``| 删除 | 放弃对此文件的提交变更 |
@@ -193,7 +193,7 @@ Note that this disregards the selection, the new branch is always created either
193
193
194
194
| Key | Action | Info |
195
195
|-----|--------|-------------|
196
-
|`` <c-o> ``|将文件名复制到剪贴板||
196
+
|`` <c-o> ``|复制路径到剪贴板||
197
197
|`` <space> ``| 切换暂存状态 | 为选定的文件切换暂存状态 |
198
198
|`` <c-b> ``| 通过状态过滤文件 ||
199
199
|`` y ``| 复制到剪贴板 ||
@@ -226,7 +226,7 @@ Note that this disregards the selection, the new branch is always created either
226
226
227
227
| Key | Action | Info |
228
228
|-----|--------|-------------|
229
-
|`` <c-o> ``|将分支名称复制到剪贴板||
229
+
|`` <c-o> ``|复制分支名称到剪贴板||
230
230
|`` i ``| 显示 git-flow 选项 ||
231
231
|`` <space> ``| 检出 | 检出选中的项目 |
232
232
|`` n ``| 新分支 ||
@@ -235,11 +235,11 @@ Note that this disregards the selection, the new branch is always created either
235
235
Note that this disregards the selection, the new branch is always created either from the main branch or stacked on top of the current branch (you get to choose which). |
236
236
|`` o ``| 创建拉取请求 ||
237
237
|`` O ``| 创建拉取请求选项 ||
238
-
|`` <c-y> ``|将拉取请求 URL 复制到剪贴板||
238
+
|`` <c-y> ``|复制拉取请求 URL 到剪贴板||
239
239
|`` c ``| 按名称检出 | 按名称检出。在输入框中,您可以输入'-' 来切换到最后一个分支。 |
240
240
|`` F ``| 强制检出 | 强制检出所选分支。这将在检出所选分支之前放弃工作目录中的所有本地更改。 |
241
241
|`` d ``| 删除 | 查看本地/远程分支的删除选项 |
242
-
|`` r ``|将已检出的分支变基到该分支| 将检出的分支变基到所选的分支上。 |
242
+
|`` r ``|变基| 将检出的分支变基到所选的分支上。 |
243
243
|`` M ``| 合并到当前检出的分支 | Merge selected branch into currently checked out branch. |
244
244
|`` f ``| 从上游快进此分支 | 将当前分支直接移动到远程追踪分支的最新提交 |
245
245
|`` T ``| 创建标签 ||
@@ -261,7 +261,7 @@ Note that this disregards the selection, the new branch is always created either
261
261
|`` <right> ``| 选择下一个区块 ||
262
262
|`` v ``| 切换拖动选择 ||
263
263
|`` a ``| 切换选择代码块 | 切换代码块选择模式 |
264
-
|`` <c-o> ``|将选中文本复制到剪贴板||
264
+
|`` <c-o> ``|复制选中文本到剪贴板||
265
265
|`` o ``| 打开文件 | 使用默认程序打开该文件 |
266
266
|`` e ``| 编辑文件 | 使用外部编辑器打开文件 |
267
267
|`` <space> ``| 添加/移除 行到补丁 ||
@@ -272,11 +272,11 @@ Note that this disregards the selection, the new branch is always created either
272
272
273
273
| Key | Action | Info |
274
274
|-----|--------|-------------|
275
-
|`` <c-o> ``|将标签复制到剪贴板||
275
+
|`` <c-o> ``|复制标签到剪贴板||
276
276
|`` <space> ``| 检出 | 检出选择的标签作为分离的HEAD |
277
-
|`` n ``| 创建标签 | 基于当前提交创建一个新标签。你将在弹窗中输入标签名称和描述(可选)。 |
277
+
|`` n ``| 创建标签 | 基于当前提交创建一个新标签。您将在弹窗中输入标签名称和描述(可选)。 |
278
278
|`` d ``| 删除 | 查看本地/远程标签的删除选项 |
279
-
|`` P ``| 推送标签 | 推送选择的标签到远端。你将在弹窗中选择一个远端。 |
279
+
|`` P ``| 推送标签 | 推送选择的标签到远端。您将在弹窗中选择一个远端。 |
280
280
|`` g ``| 重置 | 查看重置选项 (soft/mixed/hard) 用于重置到选择项 |
281
281
|`` <c-t> ``| 使用外部差异比较工具(git difftool) ||
282
282
|`` 0 ``| Focus main view ||
@@ -316,7 +316,7 @@ Note that this disregards the selection, the new branch is always created either
316
316
|`` <right> ``| 选择下一个区块 ||
317
317
|`` v ``| 切换拖动选择 ||
318
318
|`` a ``| 切换选择代码块 | 切换代码块选择模式 |
319
-
|`` <c-o> ``|将选中文本复制到剪贴板||
319
+
|`` <c-o> ``|复制选中文本到剪贴板||
320
320
|`` <space> ``| 切换暂存状态 | 切换行暂存状态 |
321
321
|`` d ``| 取消变更(git reset) | 当选择未暂存的变更时,使用git reset丢弃该变更。当选择已暂存的变更时,取消暂存该变更 |
322
322
|`` o ``| 打开文件 | 使用默认程序打开该文件 |
@@ -348,7 +348,7 @@ Note that this disregards the selection, the new branch is always created either
348
348
|`` e ``| 编辑配置文件 | 使用外部编辑器打开文件 |
349
349
|`` u ``| 检查更新 ||
350
350
|`` <enter> ``| 切换到最近的仓库 ||
351
-
|`` a ``|Show/cycle all branch logs||
351
+
|`` a ``|显示/循环所有分支日志||
352
352
353
353
## 确认面板
354
354
@@ -394,11 +394,11 @@ Note that this disregards the selection, the new branch is always created either
0 commit comments