blog/images/git-graphs/bugfix.dot

4 lines
57 B
Text

digraph bugfix {
node[group=bugfix];
b1 -> b2;
}