Git is a distributed version control (VCS) and source code management (SCM) system.
0
votes
1answer
75 views
Adding Cidoc Sphinx theme to my documentation
I am following instructions given here
I get the following error when entering $ git submodule add git@github.com:adrianmacneil/cidoc.git user_guide_src/_themes/cidoc in the terminal:
fatal: Not a ...
4
votes
3answers
70 views
Git subtree with add-ons that have a themes folder
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 ...
3
votes
2answers
52 views
Updating modules + Updater + Version control + Beanstalk
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 ...
3
votes
5answers
105 views
Password Protect Development Environment Only?
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 ...
3
votes
1answer
61 views
How does one keep multiple EE-installs with lifted systemfolders on Mamp Pro
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 ...
4
votes
5answers
211 views
How to manage EE Cache files in Git?
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 ...
5
votes
5answers
290 views
What do you put in your .gitignore for ExpressionEngine sites?
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 ...
16
votes
10answers
636 views
ExpressionEngine and GIT Process
I'm looking to change my ExpressionEngine development process to integrated GIT for version control.
What is the best place to start?
I work on a PC. I use UniServer for LAMP, Aptana Studio 3 for ...
8
votes
2answers
180 views
MSM Bootstrapping
I've just added a secondary site to my Git-bootstrapped EE-site. I've added new upload destinations and I've added them to my file-uploads array in my config.php. My file-uploads array looks like this ...
12
votes
3answers
152 views
Add-on Development with Themes and Git
I'm wondering how add-on devs who's add-ons have themes use Git? For example, the way I do things now is to just make my add-ons repo the core folder; eg, securitee or ct_admin within the third_party ...