You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[0.15] fix(submit): push should run from worktree (#726)
'git push' should be run from the worktree where the submit was run
instead of the .git directory of the repository
even if the push operation can be done without a worktree
as pre-push hooks may depend on the worktree state.
Resolves#725
0 commit comments