回答編集履歴
2
controllersに絞ります
    
        answer	
    CHANGED
    
    | @@ -5,8 +5,6 @@ | |
| 5 5 | 
             
            をすれば良いです。
         | 
| 6 6 | 
             
            ```
         | 
| 7 7 | 
             
            $ git add controllers
         | 
| 8 | 
            -
            $ git add assets
         | 
| 9 | 
            -
            ...
         | 
| 10 8 | 
             
            $ git commit
         | 
| 11 9 | 
             
            $ git push
         | 
| 12 10 | 
             
            ```
         | 
1
pushを追加
    
        answer	
    CHANGED
    
    | @@ -8,6 +8,7 @@ | |
| 8 8 | 
             
            $ git add assets
         | 
| 9 9 | 
             
            ...
         | 
| 10 10 | 
             
            $ git commit
         | 
| 11 | 
            +
            $ git push
         | 
| 11 12 | 
             
            ```
         | 
| 12 13 | 
             
            とかです。
         | 
| 13 14 |  | 
