On the program I am developing I am using version control. However, I have a development mode and a live mode, changed by a variable within the program.
Is it possible to branch off of a base development branch that holds that variable change, but when I have modified the program to push the new commits to the master without pushing those original changes switching it to a dev mode?
Master --------Master with Changes, but not Dev Base Variable change
|-Dev Base ^
|-Changes----|