Software Development Tricks
Pages
Home
Google ads Horizontal
Sunday, May 22, 2016
Git: How to remove file from index without deleting files from any repository
We can use below command
git rm -r --cached [folder name]
this will remove folder also contained file from git but not remove from physical drive.
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment