track-untrack fix

This commit is contained in:
romanman 2014-06-21 14:41:31 +01:00
parent 84d0e178a4
commit 409d22a0a3
1 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ goto :end
rem # I use this to stop push every local propertie change
:trackProps
:untrackProps
@echo on
git update-index --assume-unchanged src/main/resources/log4j.properties
git update-index --assume-unchanged src/main/resources/system.properties
@ -23,7 +23,7 @@ git update-index --assume-unchanged src/test/resources/system.properties
goto end
rem # If I want to get back to push this changes e.g. for some new propertie I run this
:untrackProps
:trackProps
@echo on
git update-index --no-assume-unchanged src/main/resources/log4j.properties
git update-index --no-assume-unchanged src/main/resources/system.properties