Am Dienstag, den 07.01.2020, 13:55 +0100 schrieb Torsten Krah: > 3. git commit > > Now I made my commit - had a look on that with git show and it looks > fine. I had a second look on this step and the result it wrong. Although restore --staged moved my unwanted files away from the staging area and "git status" told me that they are not "in" the commit the commit itself did still include them. So they are listed as unversioned now but are in the commit although git status told me otherwise - weird. kind regards Torsten