File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ git repository:
2626 (e.g. next to the ``deps `` file) and paste the following into it. Files
2727 matching these patterns will be ignored by git:
2828
29-    .. code-block :: text 
29+  .. code-block :: text 
3030
3131 /web/bundles/ 
3232 /app/bootstrap* 
@@ -43,26 +43,26 @@ git repository:
4343
44445. Initialize your git repository:
4545
46-    .. code-block :: bash 
47-   
46+  .. code-block :: bash 
47+ 
4848 $ git init 
4949
5050
5151
52-    .. code-block :: bash 
53-   
52+  .. code-block :: bash 
53+ 
5454 $ git add .  
5555
5656
5757
58-    .. code-block :: bash 
59-   
58+  .. code-block :: bash 
59+ 
6060 $ git commit -m " Initial commit"  
6161
6262
6363
64-    .. code-block :: bash 
65-   
64+  .. code-block :: bash 
65+ 
6666 $ php bin/vendors install 
6767
6868
@@ -72,7 +72,7 @@ changes to your git repository.
7272.. tip ::
7373
7474 After execution of the command:
75-   
75+ 
7676 .. code-block :: bash 
7777
7878 $ php bin/vendors install 
                         You can’t perform that action at this time. 
           
                  
0 commit comments