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 a6fc7be commit 546de8eCopy full SHA for 546de8e
lua/neogit/popups/rebase/actions.lua
@@ -31,7 +31,7 @@ function M.onto_pushRemote(popup)
31
end
32
33
function M.onto_upstream(popup)
34
- local upstream = git.branch.upstream(git.branch.current())
+ local upstream = git.branch.upstream()
35
if not upstream then
36
upstream = FuzzyFinderBuffer.new(git.refs.list_branches()):open_async()
37
0 commit comments