how to Ignore files that have already been committed to a Git repository

preview_player
Показать описание
hollo in this video I will show you how to Ignore files that have already been committed to a Git repository.

goodluck

share support subscribe
#allroundzone
#allround







Рекомендации по теме
Комментарии
Автор

Thanks a lot dude i was stuck with this, good work.

TheDiogoMagalhaes
Автор

Configuration files needs to be tracked and committed only once. How can we prevent/freeze future commit on Configuration Files by other users who cloned it ? How do I make Git stop tracking Configuration files, in a way that configuration files should remain in the repository server so that if someone new clones the repo, they should get the file but changes done by that someone new should not be tracked or atleast should not be committed to git remote server ?

mitravindgarg