Re: Sync production with Git

2012-08-08 Thread demerphq
On 9 August 2012 06:21, demerphq wrote: > On 8 August 2012 15:11, kiranpyati wrote: >> I am new to github, >> >> Earlier we used to manually upload files on the production through FTP >> although git was present on the production. Due to this now git status shows >> many modified and untrack file

Re: Sync production with Git

2012-08-08 Thread demerphq
On 8 August 2012 15:11, kiranpyati wrote: > I am new to github, > > Earlier we used to manually upload files on the production through FTP > although git was present on the production. Due to this now git status shows > many modified and untrack files. > > To sync that with git we have downloaded

Re: Sync production with Git

2012-08-08 Thread Drew Northup
On Wed, Aug 8, 2012 at 10:20 AM, Matthieu Moy wrote: > kiranpyati writes: > >> We want a way to seamlessly sync production and Git. > > You should be aware that Git was not designed for this scenario. The > usual flow with Git (and actually with most revision control systems), > is to do the deve

Re: Sync production with Git

2012-08-08 Thread David Aguilar
On Wed, Aug 8, 2012 at 7:20 AM, Matthieu Moy wrote: > kiranpyati writes: > >> We want a way to seamlessly sync production and Git. > > You should be aware that Git was not designed for this scenario. The > usual flow with Git (and actually with most revision control systems), > is to do the devel

Re: Sync production with Git

2012-08-08 Thread Matthieu Moy
kiranpyati writes: > We want a way to seamlessly sync production and Git. You should be aware that Git was not designed for this scenario. The usual flow with Git (and actually with most revision control systems), is to do the development with Git, then use your build system to generate a packag

Sync production with Git

2012-08-08 Thread kiranpyati
.nabble.com/Sync-production-with-Git-tp7564617.html Sent from the git mailing list archive at Nabble.com. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html