Jak pokazać zmiany, które zostały zainscenizowane
git diff --staged # or you can use --cached (they are synoyms, see the source)
fast_and_the_curious
git diff --staged # or you can use --cached (they are synoyms, see the source)
git diff --cached