We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d48bbbc commit e9f3a19Copy full SHA for e9f3a19
app/utils/git_cli.py
@@ -4,7 +4,7 @@
4
5
6
def init(verbose: bool) -> None:
7
- run(["git", "init"], verbose)
+ run(["git", "init", "--initial-branch=main"], verbose)
8
9
10
def add_all(verbose: bool) -> None:
0 commit comments