markdown monospace chars fixed
This commit is contained in:
parent
2934e1a884
commit
61a56f8bac
4
git.md
4
git.md
@ -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
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user