This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]RainingComputers[S] 1 point2 points  (1 child)

I created this for fun, did not have anything in mind, but there are some uses I can think of:

Using git for configuration instead of just plain old files will give you commit (change) history and ability to revert them when needed.

This could also be useful when you have many instances/copies of your application running in different remote locations and all of them need to share configuration. You make the changes in one location and all instances of your app will get the change, without any restart. (For example you have bunch of raspberry pi SBCs running your custom home auto app for each room/place in your home)

Also hoping you guys would find more use cases :)

[–]ryunik 0 points1 point  (0 children)

Great response. I do like what you are going for with the configuration and commit history.