This commit is contained in:
newell 2024-09-29 22:50:58 -07:00 committed by Sébastien Bourdeauducq
parent 1d093d0bce
commit 5b72a1faa5
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ We will use our current ``repository`` folder as the working directory for makin
$ mv repository ~/artiq-work
$ mkdir repository
$ cd repository
$ git init bare
$ git init --bare
Now initialize a regular (non-bare) Git repository in our working directory: ::