In preparation for the first day of the fourth month of the year, I've added some, uh "new features", to the development 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 development branch).
Is there a way I can commit the code to our development branch without leaving any obvious signs? Or if not, at least making it a little more difficult for my coworkers to find the exact code that was altered?