1
0
forked from M-Labs/artiq
This commit is contained in:
newell 2024-09-29 22:50:58 -07:00 committed by Sébastien Bourdeauducq
parent f6cf893530
commit 38d5f451c5

View File

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