Selaa lähdekoodia

Changes Switch to Switch Branch for clarity

main
Eric Amodio 1 vuosi sitten
vanhempi
commit
1fa4d5a6d3
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      src/commands/git/switch.ts

+ 1
- 1
src/commands/git/switch.ts Näytä tiedosto

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

Ladataan…
Peruuta
Tallenna