I made a new project and added some files that were temporary (swap files, and ~ files) and I need to remove them.
First I want to get all files currently added
First I want to get all files currently added
Then removing it is simplygit log --pretty=format: --name-status | cut -f2- | sort -u
git rm filename
No comments:
Post a Comment