1
0
mirror of https://github.com/bregman-arie/devops-exercises.git synced 2025-07-15 23:54:32 +02:00

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

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>