浏览代码

Changes Switch to Switch Branch for clarity

main
Eric Amodio 1年前
父节点
当前提交
1fa4d5a6d3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/commands/git/switch.ts

+ 1
- 1
src/commands/git/switch.ts 查看文件

@ -53,7 +53,7 @@ export interface SwitchGitCommandArgs {
export class SwitchGitCommand extends QuickCommand<State> {
constructor(container: Container, args?: SwitchGitCommandArgs) {
super(container, 'switch', 'switch', 'Switch', {
super(container, 'switch', 'switch', 'Switch Branch', {
description: 'aka checkout, switches the current branch to a specified branch',
});

正在加载...
取消
保存