Skip to main content

Questions tagged [git]

Git is a distributed version control (VCS) and source code management (SCM) system.

1 vote
1 answer
91 views

Question, then background behind the question: We use Low Variables. When would the database overwrite our variable files on the server instead of the files overwriting what's in the database? ...
Andy McCormick's user avatar
3 votes
3 answers
503 views

The unexpected discontinuation of Mountee (as of EE 2.8) has caught many ExpressionEngine users on the wrong foot, and left them holding back with updates or struggling to adapt to new workflows. ...
Avant la lettre's user avatar
0 votes
1 answer
612 views

So, as a precursor - I'm new to using Git and the FocusLab Master Config and having a few issues getting set up. I'm using a Nexcess shared EEP-100 account. If I follow everyone's advice on ...
Damien Buckley's user avatar
2 votes
2 answers
397 views

Im trying use some form of source control with EE. I cannot clearly see a way to decouple the database from the templates and other structures, as would be the case in a most CMSes. Creating channels ...
AndrewMcLagan's user avatar
0 votes
0 answers
37 views

Just a quick question with regards to what people think is the best way to handle this situation. I have a site set-up. When also have a duplicate of the site at a subdomain. Well.. it was a ...
shorn's user avatar
  • 1,007
7 votes
1 answer
1k views

I've got a live EE site and I need to put it under version control using multi-environment config settings. My goal is to set a git workflow, so these would be the steps I believe are right for my ...
Sergio Acosta's user avatar
2 votes
2 answers
232 views

I am playing around with Git together with an EE install and I think that I have almost nailed it (aka found my workflow). There is just one small unclarity remaining with Templates being saved as ...
Marc's user avatar
  • 502
2 votes
1 answer
600 views

So, this is my actual workflow: With my IDE (Webstorm or Aptana, I'm on windows) I create a project and I synchronize remotely via (s)ftp I then create a git repository and push it on bitbucket ...
migliorosso's user avatar
0 votes
1 answer
217 views

I am following instructions given here I get the following error when entering $ git submodule add [email protected]:adrianmacneil/cidoc.git user_guide_src/_themes/cidoc in the terminal: fatal: Not a ...
John de Beer's user avatar
4 votes
3 answers
310 views

I've taken to installing add-ons that I have in development in separate repositories as submodules into each of my EE projects. This has worked fine for add-ons that do not have a themes folder, but I ...
epocsquadron's user avatar
7 votes
2 answers
258 views

When updating modules locally we typically use DevDemon Updater to shorten the install process. Many modules run SQL queries when updating which is not version controlled. My question is rather than ...
Dan Johnson's user avatar
  • 1,110
4 votes
5 answers
307 views

I'm developing a site with Git and Master Config, and up until yesterday I was forcing users to log-in to view the site on the development server with this code in my document head template: {if ...
kmgdev's user avatar
  • 2,724
3 votes
1 answer
202 views

This first post of mine here at the EESE could perhaps be regarded as a Mamp-problem rather than an EE-thing. But I would very much like to hear from the EE-community on this since replies here ...
David S's user avatar
  • 143
6 votes
5 answers
1k views

I'm using Git for version control and have been battling with the system/expressionengine/cache folder a bit. Someone had removed it from the repo using an ignore, but then we got php errors because ...
Doug's user avatar
  • 587
11 votes
5 answers
2k views

I'd like to keep my git repo as clean as possible without cache files and content image files. Also I'd like to preserve the ExpressionEngine images directory structure. What are you gitignore ...
Richard Frank's user avatar

15 30 50 per page