This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision Last revision Both sides next revision | ||
git_revert [2019/03/13 10:07] rpjday [Reverting a range of commits] |
git_revert [2019/03/13 10:40] rpjday [SYNOPSIS] |
||
---|---|---|---|
Line 10: | Line 10: | ||
git revert --quit | git revert --quit | ||
git revert --abort | git revert --abort | ||
+ | </code> | ||
+ | |||
+ | ===== DESCRIPTION ===== | ||
+ | |||
+ | Note carefully //lack of traversal//: | ||
+ | |||
+ | <code> | ||
+ | <commit>... | ||
+ | Commits to revert. For a more complete list of ways to | ||
+ | spell commit names, see gitrevisions(7). Sets of commits | ||
+ | can also be given but no traversal is done by default, see | ||
+ | git-rev-list(1) and its --no-walk option. | ||
</code> | </code> | ||
Line 35: | Line 47: | ||
==== Reverting a range of commits ==== | ==== Reverting a range of commits ==== | ||
- | Revert commits individually: | + | Revert commits individually (revert ''v1.0'' (not included) up to and //including// ''v1.1''): |
<code> | <code> |