blog/images/git-graphs/feature.dot

4 lines
65 B
Text

digraph feature {
node[group=feature];
f1 -> f2 -> f3;
}