We want to make sure that developers are always aware of changes to the configuration file. The way we are going about this is running diff and presenting those changes.
We want to implement it in git-update.sh script in this repository:
If there are no local changes to the configuration file, just replace it by the new one
If there are changes, present the diff and ask the user/developer to update their configuration file accordingly
We want to make sure that developers are always aware of changes to the configuration file. The way we are going about this is running
diff
and presenting those changes.We want to implement it in
git-update.sh
script in this repository:I'm currently testing it on a separate file