From 61a56f8bac07b3a9c2abf48bc6d73d13688dbbf1 Mon Sep 17 00:00:00 2001 From: giomba Date: Tue, 30 Nov 2021 15:52:50 +0100 Subject: [PATCH] markdown monospace chars fixed --- git.md | 4 ++-- yocto.md | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/git.md b/git.md index da71268..08d8ac3 100644 --- a/git.md +++ b/git.md @@ -1,11 +1,11 @@ # Git ### 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 - git diff -- path/file +```git diff -- path/file``` ### Git pull ``` diff --git a/yocto.md b/yocto.md index 5eb3cc0..1f2bf7e 100644 --- a/yocto.md +++ b/yocto.md @@ -1,5 +1,6 @@ # Yocto ### devshell - bitbake -c devshell +```bitbake -c devshell``` +