Closed AucaCoyan closed 1 month ago
Just using the completions I realized that:
# Create a new git repository export extern "git init" [ --initial-branch(-b) # initial branch name #should be --initial-branch(-b): string # initial branch name ]
because initial branch takes a string, it not a boolean
Thanks
Just using the completions I realized that:
because initial branch takes a string, it not a boolean