I would like to build my own tool that updates multiple websites at the same time.
I would probably have 2 config files
- list of ftp projects(username pass port)
- list of files I would like to automatically update
I am not sure using a git hook will work as everytime I do an update I would like to pick what files I want to update. But maybe some sort of command/alias triggered from the terminal can do the job.
Any ideas on where to start?
Thank you