Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🩹 fix
git init --initial-branch
string instead of bool (#959)
Just using the completions I realized that: ```nu # 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
- Loading branch information