Bläddra i källkod

Changes Switch to Switch Branch for clarity

main
Eric Amodio 1 år sedan
förälder
incheckning
1fa4d5a6d3
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. +1
    -1
      src/commands/git/switch.ts

+ 1
- 1
src/commands/git/switch.ts Visa fil

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

Laddar…
Avbryt
Spara