Use this Git PowerTip for Sensitive Info

Опубликовано: 08 Январь 2023
на канале: Ray Villalobos
3,332
154

You've got a file with some sensitive info.

So you want it to push to GitHub with template content.
But you want a local version of the file to have your real data. Problem is, if I change it, Git will track it and push it to GitHub overriding my template.

You can tell Git to ignore just that file with:
git update-index --assume-unchanged FILENAME

You'll notice that Git is not tracking it anymore. To change it back, just change the command to

git update-index --no-assume-unchanged FILENAME

Follow Me
=======
Blog: https://raybo.org
LinkedIn:   / planetoftheweb  
Twitter:   / planetoftheweb  


Смотрите видео Use this Git PowerTip for Sensitive Info онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь Ray Villalobos 08 Январь 2023, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 3,33 раз и оно понравилось 15 людям.