* git revert --continue refuses to, help!
@ 2017-06-21 12:57 Sergey Organov
0 siblings, 0 replies; only message in thread
From: Sergey Organov @ 2017-06-21 12:57 UTC (permalink / raw)
To: git
Hi!
What do I do next, to finish reverting multiple commits? I'd use
'--skip' in 'git rebase', but 'revert' doesn't have one?
[skeleton (tmp|REVERTING)]$ git revert --continue
On branch tmp
You are currently reverting commit d8a30d3.
nothing to commit, working tree clean
[skeleton (tmp|REVERTING)]$ git status
On branch tmp
You are currently reverting commit d8a30d3.
(all conflicts fixed: run "git revert --continue")
(use "git revert --abort" to cancel the revert operation)
nothing to commit, working tree clean
[skeleton (tmp|REVERTING)]$ git revert --continue
On branch tmp
You are currently reverting commit d8a30d3.
nothing to commit, working tree clean
[skeleton (tmp|REVERTING)]$ git revert --skip
fatal: Option '--skip' requires a value
[skeleton (tmp|REVERTING)]$ git --version
git version 2.10.0.1.g57b01a3
[skeleton (tmp|REVERTING)]$
-- Sergey
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2017-06-21 13:05 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-21 12:57 git revert --continue refuses to, help! Sergey Organov
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.