Browse Source

added ``` around code

Toastie 6 months ago
parent
commit
a2ba62675c
1 changed files with 3 additions and 1 deletions
  1. 3 1
      linux/terminal/README.md

+ 3 - 1
linux/terminal/README.md

@@ -27,7 +27,9 @@ tmux source-file ~/.tmux.conf
 ```
 
 ### git
+```
 git config --global user.email '<>'
 git config --global user.name 'Toastie'
 git config --global --add safe.directory /opt/docker
-git config --global --add safe.directory /home/admin/projects
+git config --global --add safe.directory /home/admin/projects
+```