Answers for "git remove from track files after adding in gitignore"

4

add file to gitignore and remove from repo

git rm -r --cached .
Posted by: Guest on May-21-2020
0

.gitignore add files type

*.<filename extension>
Posted by: Guest on March-07-2022

Code answers related to "git remove from track files after adding in gitignore"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language