On Fri, Jul 4, 2025, at 16:57, Kristoffer Haugsbakk wrote: > You can apparently pass `--no-templates` > > ``` > git init --template=$HOME/git-template --no-templates > ``` Typo: ``` git init --template=$HOME/git-template --no-template ````
On Fri, Jul 4, 2025, at 16:57, Kristoffer Haugsbakk wrote: > You can apparently pass `--no-templates` > > ``` > git init --template=$HOME/git-template --no-templates > ``` Typo: ``` git init --template=$HOME/git-template --no-template ````
![]() |