Loading .shell/funcs +1 −1 Original line number Diff line number Diff line Loading @@ -79,8 +79,8 @@ update_worktree() else git commit-tree "$@" fi' $upstream..HEAD test -n "$stash" && git stash apply $stash git merge --ff-only $upstream || git reset $original git stash apply $stash } update_submodules() Loading Loading
.shell/funcs +1 −1 Original line number Diff line number Diff line Loading @@ -79,8 +79,8 @@ update_worktree() else git commit-tree "$@" fi' $upstream..HEAD test -n "$stash" && git stash apply $stash git merge --ff-only $upstream || git reset $original git stash apply $stash } update_submodules() Loading