Currently I do:
* clone a repo * setup git & hooks
# patch 1:
* apply my changes * commit * execute git-review
# patch 2:
* apply my changes * commit
FAIL - the new commit it depending on previous commit - I can't push
What am I supposed to do in order to push multiple separate patches?
GIT-IDIOT way please, no long explanations, just commands and examples. Thanks