mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-01-27 01:25:44 -05:00
Adds compare with branch command
Adds branches quick pick
This commit is contained in:
@@ -11,6 +11,7 @@ export { CopyShaToClipboardCommand } from './commands/copyShaToClipboard';
|
||||
export { DiffDirectoryCommand } from './commands/diffDirectory';
|
||||
export { DiffLineWithPreviousCommand } from './commands/diffLineWithPrevious';
|
||||
export { DiffLineWithWorkingCommand } from './commands/diffLineWithWorking';
|
||||
export { DiffWithBranchCommand } from './commands/diffWithBranch';
|
||||
export { DiffWithNextCommand } from './commands/diffWithNext';
|
||||
export { DiffWithPreviousCommand } from './commands/diffWithPrevious';
|
||||
export { DiffWithWorkingCommand } from './commands/diffWithWorking';
|
||||
|
||||
Reference in New Issue
Block a user