fix formatting typo in git Q&A (#226)

This commit is contained in:
Pietro Di Bello 2022-04-27 22:17:40 +02:00 committed by GitHub
parent 2277eb0c36
commit 7d467579ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,7 +53,7 @@ There are different ways to check whether a file is tracked or not:
<details>
<summary>How can you see which changes have done before committing them?</summary><br><b>
`git diff```
`git diff`
</b></details>
<details>