Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 112 Bytes

remove_file_from_git_without_removing_it_locally.md

File metadata and controls

6 lines (5 loc) · 112 Bytes

Remove a file from git without removing it locally

git reset filename
echo filename >> .gitingore