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``` +