fix(sync): revert sync immediately

This commit is contained in:
Tienson Qin
2020-10-31 08:17:55 +08:00
parent 735e9ba70c
commit 2112e72c39
3 changed files with 17 additions and 18 deletions

View File

@@ -545,8 +545,9 @@
(when (or (seq retract-refs) pre-block?)
(ui-handler/re-render-root!))
(when (state/git-auto-push?)
(repo-handler/push repo nil)))
;; (when (state/git-auto-push?)
;; (repo-handler/push repo nil))
)
:else
nil))))))