3
Come mostrare le modifiche senza commit in Git e alcune differenze di Git in dettaglio
Come faccio a mostrare le modifiche non confermate in Git? Ho funzionato e questi comandi non funzionano: 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 …