Ignore file mode changes in git
As I do not want to manage my file modes with the git repo I'm rather annoyed when a simple file mode change states as changed files in git status or in git diffs.
As I do not want to manage my file modes with the git repo I'm rather annoyed when a simple file mode change states as changed files in git status or in git diffs.
Several customers host their sites on shared hosts which do not allow ssh access or do not have git installed on their servers.
Use FTP only for media files and settings ... but deploy very fast with git:
For this small site, we're not sure if we need a bis CMS only to watch nice images and Videos ...
Another relaunch of the whole system. The new site allows easier content management and stores data in a very structured way perfect for the responsive theme.
We replaced the very old drupal version of the Alpenhotel Tyrol Webpage with the latest one.
We replaced the template for an existing site with lots of content, changing functionality a bit and improving the responsible layout. Published in the beginning of 2018.
Simple responsive site with CMS for several editors. Published in February 2018.
cd dir_containing_files
sed -i '/_core\:/d' *
sed -i '/default_config_hash/d' *
After pull from origin, when a merge conflict arises: