A popular version control system.

learn more… | top users | synonyms

6
votes
2answers
177 views

Whats the best way to create/handle a dev server?

As I expand on different website changes I'm trying to find a better and safer alternative to my current testing.domain.com and FTP solution. My goal is to put the site in revision control (probably ...
4
votes
2answers
594 views

Develop website locally and push updates on Remote Server using Git [closed]

Together with a friend we are looking to develop a website (using Symfony2). We are on a Shared Hosting with SSH access. Below is the environment we'd like to setup: * Use git as Version Control (we ...
4
votes
1answer
609 views

PHP remote development workflow: git, symfony and hudson

I'm looking to develop a website and all the work will be done remotely (no local dev server). The reason for this is that my shared hosting company a2hosting has a specific configuration ...
2
votes
2answers
839 views

With GIT, is it necessary to deploy with SSH? Is FTP okay?

My company's web server is on shared hosting which means we do not have SSH access. I want to use GIT for our version control, but without SSH access I'm wondering whether or not it is acceptable to ...
2
votes
2answers
60 views

What's the canonical process for backing up a website? [closed]

This is going to sound terrible, but bear with me. I currently have a cron job that does a mysql dump, a git add all and commit, and a git push to bitbucket. I set this up almost a year ago, when I ...
2
votes
1answer
59 views

Public Bug Tracking and Version Control System

We're in the process of moving out of a private beta into our live version of the site. We're trying to find a good Bug Tracking System + Version Control system. Our CEO has requested that the new ...
0
votes
1answer
572 views

Override .htaccess from parent directory

I have a local LAMP stack (without the MySQL. LAP stack? Anyways..) and I am using this as a development environment for a production website. The site is placed in a sub-directory of the Apache2 ...
0
votes
1answer
745 views

Hosting a website on Heroku… I know how to, but im running into problems!

I'm starting to learn more on the back-end scale of programing. Recently I started up Heroku for the second or third time. This time I actually installed the Git update to my Mac and installed Heroku ...
-1
votes
0answers
21 views

How can I automatically install git on multiple servers? [closed]

I'm part of a development team that currently uses git to manage all our code through the dev/qa/staging process. However, actual releases to production still have to be done manually (i.e. someone ...