I have a live system that requires an update (Wordpress, Shopware etc.) 
without having to move the databases around (in case of data corruption, 
errors etc).
Thats why I'd like to update my local enviroment separately from the live 
env. but have the update in the repository.
Ideal workflow:

Local:
1. Update Files and Local Database
2. Commit and push updated files

Live:
3. Update Files and Live Database
4. Drop changes done by Update / or overwrite them on pull since the files 
will have no difference to the repository
5. Pull from repository

Of course I want to keep all other changes made on the live System e.g. 
config files, chache files etc.
Is there a possible way to achive this?

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to