remove a file using git code example Example 1: how to remove file changes in git git clean -df git checkout -- . Example 2: git remove file from gitignore git rm --cached