ソースを参照

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',
});

読み込み中…
キャンセル
保存