Comment faire pour afficher les modifications non validées dans Git

Comment puis-je afficher les modifications non validées dans Git?

Je SFTW ed, et que ces commandes ne fonctionnent pas.

teyan@TEYAN-THINK MINGW64 /d/nano/repos/PSTools/psservice (teyan/psservice)
$ git status
On branch teyan/psservice
Your branch is up-to-date with 'origin/teyan/psservice'.
Changes to be committed:
  (use "git reset HEAD <file>..." to unstage)

        modified:   psservice.c
        modified:   psservice.vcxproj.filters


teyan@TEYAN-THINK MINGW64 /d/nano/repos/PSTools/psservice (teyan/psservice)
$ git diff

teyan@TEYAN-THINK MINGW64 /d/nano/repos/PSTools/psservice (teyan/psservice)
$ git diff master
fatal: ambiguous argument 'master': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'
  • Qu'est-ce que SFTW? Urbandictionary, acronyms.thefreedictionary.com ne semble pas venir avec des résultats pertinents (plus proche que je pouvais faire était "Recherché Pour Le Pire").
  • OP signifie STFW.
InformationsquelleAutor TD_Yan | 2016-03-14