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 295500c commit 8a10b00Copy full SHA for 8a10b00
exercise_utils/git.py
@@ -48,7 +48,7 @@ def merge(target_branch: str, ff: bool, verbose: bool) -> None:
48
49
50
def merge_with_message(
51
- target_branch: str, ff: bool, message: str, verbose: bool
+ target_branch: str, ff: bool, message: str, verbose: bool
52
) -> None:
53
"""Merges the current branch with the target one."""
54
if ff:
0 commit comments