`$ git rebase -i https://github.com/voidlinux/void-packages.git master
fatal: Needed a single revision
invalid upstream https://github.com/voidlinux/void-packages.git`
`$ git rebase -i FETCH_HEAD`
`noop`
`# Rebase de8474bd1b..de8474bd1b onto de8474bd1b (1 command)`
`#`
`# Commands:`
`# p, pick = use commit`
`# r, reword = use commit, but edit the commit message`
`# e, edit = use commit, but stop for amending`
`# s, squash = use commit, but meld into previous commit`
`# f, fixup = like "squash", but discard this commit's log message`
`# x, exec = run command (the rest of the line) using shell`
`# d, drop = remove commit`
`#`
`# These lines can be re-ordered; they are executed from top to bottom.`
`#`
`# If you remove a line here THAT COMMIT WILL BE LOST.`
`#`
`# However, if you remove everything, the rebase will be aborted.`
`#`
`# Note that empty commits are commented out`
I don't know what to do here...