Wednesday, March 16, 2016

gerrit
revert number of patches in one command
eee -> ddd -> ccc -> bbb -> aaa -> HEAD

for i in git rev-list ddd^..bbb; do git revert -n $i; done

No comments:

Post a Comment