Kaynağa Gözat

Changes Switch to Switch Branch for clarity

main
Eric Amodio 1 yıl önce
ebeveyn
işleme
1fa4d5a6d3
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      src/commands/git/switch.ts

+ 1
- 1
src/commands/git/switch.ts Dosyayı Görüntüle

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

Yükleniyor…
İptal
Kaydet