Skip to content

Instantly share code, notes, and snippets.

View yvzkr's full-sized avatar
🎯
Focusing

Yavuz KURU yvzkr

🎯
Focusing
View GitHub Profile
@yvzkr
yvzkr / commit-config.sh
Created April 15, 2020 13:59 — forked from tompazourek/commit-config.sh
Prevent ASP.Net Web.Config From Being Committed By Git
#Run this to reverse ignoring of changes to web.config so it gets committed.
git update-index --no-assume-unchanged path_to_file/web.config