In preparation for the first day of the fourth month of the year, I've added some, uh "new features", to the dev branch of our code.
Upon discovering these features, the first thing my coworkers will do is look at the commit logs to find what changed (and undo it). I could make the changes directly to our deployed code, but then they would be overwritten on the next deployment (which deploys from our DEV branch).
Is there anyway I can commit the code to our DEV branch without leaving any obvious signs? Or if not, at least making it a little more difficult for my co-workers to find the exact code that was altered?