diff --git a/package.json b/package.json index 0699908..3137a81 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "git-sync-js", - "version": "2.0.4", + "version": "2.0.5", "description": "JS implementation for Git-Sync, a handy script that backup your notes in a git repo to the remote git services.", "homepage": "https://github.com/linonetwo/git-sync-js", "bugs": { diff --git a/src/interface.ts b/src/interface.ts index 2c944e3..2067a09 100644 --- a/src/interface.ts +++ b/src/interface.ts @@ -94,10 +94,7 @@ export enum GitStep { */ export const stepsAboutChange = [ - GitStep.GitMerge, - GitStep.FetchingData, - GitStep.LocalStateBehindSync, + GitStep.GitMergeComplete, GitStep.RebaseSucceed, - GitStep.LocalStateDivergeRebase, GitStep.FinishForcePull, ];