Answers for "how to remove a file from git but keep local and ignore file"

0

how to remove a file from git but keep local and ignore file

git rm --cached -r {someDir}
Posted by: Guest on August-18-2021
0

how to remove a file from git but keep local and ignore file

git rm --cached {someFile}
Posted by: Guest on August-18-2021

Code answers related to "how to remove a file from git but keep local and ignore file"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language