Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save skalpin/5f8a8e1c9b23cc61abf685cb3d9d23ec to your computer and use it in GitHub Desktop.
Save skalpin/5f8a8e1c9b23cc61abf685cb3d9d23ec to your computer and use it in GitHub Desktop.
git rebase state
> git status
On branch master
Your branch is up to date with 'origin/master'.
You are currently rebasing.
(all conflicts fixed: run "git rebase --continue")
nothing to commit, working tree clean
> git rebase --continue
error: could not read '.git/rebase-merge/head-name': No such file or directory
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment