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 a439e1d commit 683aa35Copy full SHA for 683aa35
git_sim/push.py
@@ -96,6 +96,7 @@ def construct(self):
96
)
97
else:
98
self.parse_commits(head_commit)
99
+
100
self.recenter_frame()
101
self.scale_frame()
102
self.failed_push(push_result)
@@ -113,6 +114,7 @@ def construct(self):
113
114
shutil.rmtree(new_dir2, onerror=self.del_rw)
115
116
def failed_push(self, push_result):
117
+ texts = []
118
if push_result == 1:
119
text1 = m.Text(
120
f"'git push' failed since the remote repo has commits that don't exist locally.",
0 commit comments