Hi folks, We have used temp config files in the jaggery apps because of the version control Problem. We need to version control configuration files but not exactly the configurations we have. Git has a method to do this [1]. We have to run git update-index --assume-unchanged path/to/file.txt on the config file and it won't be added in git add . .
Shall we refactor this in a separate branch? [1] - http://stackoverflow.com/a/18277622/813471 -- Chan (Dulitha Wijewantha) Software Engineer - Mobile Development WSO2Mobile Lean.Enterprise.Mobileware * ~Email [email protected] <[email protected]>* * ~Mobile +94712112165* * ~Website dulitha.me <http://dulitha.me>* * ~Twitter @dulitharw <https://twitter.com/dulitharw>* *~Github @dulichan <https://github.com/dulichan>* *~SO @chan <http://stackoverflow.com/users/813471/chan>*
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
