Tagged Questions
12
votes
4answers
979 views
Incremental linearizing of git DAG
I'm the author of GitX. One of the features GitX has is the visualization of branches, as can be seen here.
This visualization is currently done by reading commits which are emitted from git in the ...
0
votes
1answer
37 views
is there a way to generate “incremental” patch set in gerrit using git?
Firstly, I have one pacthset1 for commitA, then I push the pacth set to gerrit for review.
Then, I made some additional new changes by amending commitA, how could I separate these new changes from ...