We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dafed86 commit 0191d58Copy full SHA for 0191d58
git_sim/git_sim_merge.py
@@ -65,6 +65,7 @@ def execute(self):
65
else:
66
self.get_commits()
67
self.parse_commits(self.commits[0])
68
+ self.i = 0
69
self.get_commits(start=self.scene.args.branch[0])
70
self.parse_commits(self.commits[0], shift=4*m.DOWN)
71
self.center_frame_on_commit(self.orig_commits[0])
0 commit comments