Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update 06-dude-wheres-my-diff.md #131

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update 06-dude-wheres-my-diff.md
Fixed two tiny typos
  • Loading branch information
jussiroine authored Apr 14, 2022
commit 00b3dcd17bb9461405f1ac8c6ca70fc2e4919f9a
2 changes: 1 addition & 1 deletion fi/noswears/tips/06-dude-wheres-my-diff.md
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ id: dude-wheres-my-diff
order: 6
---

Jos tiedät että olet tehnyt muutoksia tiedostoihin, muuta `diff`-komennon tuloste näyttää tyhjää, olet luultavasti siirtänyt tiedostot jo `add`-komentolla valmistelualueelle (staging), ja nähdäkseksesi muutokset, joudut lisäämään erityisen option.
Jos tiedät että olet tehnyt muutoksia tiedostoihin, mutta `diff`-komennon tuloste näyttää tyhjää, olet luultavasti siirtänyt tiedostot jo `add`-komennolla valmistelualueelle (staging), ja nähdäkseksesi muutokset, joudut lisäämään erityisen option.

```git
git diff --staged