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 a7847ab commit d974cefCopy full SHA for d974cef
git_sim/git_sim_rebase.py
@@ -40,6 +40,7 @@ def execute(self):
40
self.get_commits(start=self.scene.args.branch[0])
41
self.parse_commits(self.commits[0])
42
self.orig_commits = self.commits
43
+ self.i = 0
44
self.get_commits()
45
self.parse_commits(self.commits[0], shift=4*m.DOWN)
46
self.center_frame_on_commit(self.orig_commits[0])
0 commit comments