team.html nothing added to commit but untracked files present (use "git add" to track) PS C:\Users\Name of Jesus\Desktop\Gym Git Exercise Solutions> git add team.html PS C:\Users\Name of Jesus\Desktop ...
git reset HEAD file_name: you can reset staged changes to untracked changes git mv: you can update file changes or file location status including delete and new file status at the staged status ...
It doesn't matter in most scenarios but sometimes we just want to clear untracked files as well. There probably this alias would do - git config --global alias.pullr-unstash '!git stash push -u ...