DEV Community

n350071πŸ‡―πŸ‡΅
n350071πŸ‡―πŸ‡΅

Posted on

[Git] git ignores .gitignore

Thanks for the question & answer on StackOverFlow. It saved my day.

So, I save the way.

git rm -r --cached . git add . git commit -m "fixed untracked files" 

πŸ”— Parent Note

Top comments (0)