Fix code fences
This commit is contained in:
@@ -28,7 +28,7 @@ mysqldump -u [user] -p[pass] --skip-extended-insert [database] > [database].sql
|
||||
git init
|
||||
git add [database].sql
|
||||
git commit -m "Initial commit"
|
||||
````
|
||||
```
|
||||
|
||||
The `--skip-extended-insert` option tells mysqldump to give each table
|
||||
row its own `insert` statement. This creates a larger initial commit
|
||||
|
||||
Reference in New Issue
Block a user