Skip to content

Commit 162162b

Browse files
committed
Adds "change upstream" to branch cmd description
1 parent 904bd6a commit 162162b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/commands/git/branch.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ export class BranchGitCommand extends QuickCommand {
181181

182182
constructor(container: Container, args?: BranchGitCommandArgs) {
183183
super(container, 'branch', 'branch', 'Branch', {
184-
description: 'create, prune, rename, or delete branches',
184+
description: 'create, change upstream, prune, rename, or delete branches',
185185
});
186186

187187
let counter = 0;
@@ -387,7 +387,7 @@ export class BranchGitCommand extends QuickCommand {
387387
},
388388
{
389389
label: 'upstream',
390-
description: 'manages upstream tracking for branches',
390+
description: 'manages upstream tracking for a branch',
391391
picked: state.subcommand === 'upstream',
392392
item: 'upstream',
393393
},

0 commit comments

Comments
 (0)