markdown monospace chars fixed

This commit is contained in:
giomba 2021-11-30 15:52:50 +01:00
parent 2934e1a884
commit 61a56f8bac
2 changed files with 4 additions and 3 deletions

4
git.md
View File

@ -1,11 +1,11 @@
# Git # Git
### What commit added a certain file? ### What commit added a certain file?
git log --diff-filter=A -- path/file ```git log --diff-filter=A -- path/file```
### Edits of a certain file ### Edits of a certain file
git diff <branch> -- path/file ```git diff <branch> -- path/file```
### Git pull ### Git pull
``` ```

View File

@ -1,5 +1,6 @@
# Yocto # Yocto
### devshell ### devshell
bitbake <recipe> -c devshell ```bitbake <recipe> -c devshell```