Remove git_auto_init_always
This commit is contained in:
parent
16d5d0701c
commit
d127dad086
@ -60,7 +60,6 @@ flag|description|args
|
||||
value|description|default
|
||||
---|---|---
|
||||
git\_auto\_init|If not set to `0`, automatically initialize a git repository on project creation|`0`
|
||||
git\_auto\_init\_always|If not set to `0`, automatically initialize a git repository any time you enter a project and `./.git` does not exist|`0`
|
||||
git\_auto\_init\_gitignore|A colon-separated ($PATH-style) list of items to include in the initial `.gitignore`|`*.swp`
|
||||
hook\_pre\_create|Path to a script invoked (not sourced) before a project is created. Script will be executed relative to `project_dir`|Empty string
|
||||
hook\_pre\_spawn|Path to a script invoked (not sourced) before a shell is spawned in the project directory. Script will be executed relative to the project's root directory|Empty string
|
||||
|
Loading…
Reference in New Issue
Block a user