-
Notifications
You must be signed in to change notification settings - Fork 79
Ignoring changes in orienteer.properties file
Ilia Naryzhny edited this page Jan 19, 2015
·
1 revision
File orienteer.properties (and orienteer-test.properties) is tracked file, but for local development it's useful to modify that file. There is a useful trick in git:
git update-index --assume-unchanged orienteer.properties
If you will decide to commit changes, just execute this:
git update-index --no-assume-unchanged orienteer.properties
Wanna check it out? Use demo server! (Usernames/passwords: admin/admin, writer/writer, reader/reader)