We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e3a3e8 commit 1f76690Copy full SHA for 1f76690
src/widgets/gitPushPull.ts
@@ -2,7 +2,6 @@ import { Spinner } from '@jupyterlab/apputils';
2
import { Widget } from '@phosphor/widgets';
3
import { Git, IGitPushPullResult, IGitAuth } from '../git';
4
5
-
6
export enum Operation {
7
Pull = 'Pull',
8
Push = 'Push'
0 commit comments