Re: GIT push trouble

2009-04-18 Thread Heroku SA
Hi GAJ Heroku I use the following from the app directory after doing a commit: git push heroku Enter passphrase for key '/home/user/.ssh/id_rsa': Everything up-to-date Seems like it doesn't pick up on the changes to upload it. Although the changed files are in the GIT manifest. On Apr 18,

Re: GIT push trouble

2009-04-18 Thread Heroku SA
Subsequent pushes worked this morning --- Counting objects: 28, done. Compressing objects: 100% (17/17), done. Writing objects: 100% (18/18), 3.98 KiB, done. Total 18 (delta 6), reused 0 (delta 0) - Heroku receiving push - Rails app detected Compiled slug size is 2.0MB -

Re: GIT push trouble

2009-04-17 Thread GreenAsJade
Heroku or herokugarden? You should post the transcript of your git push command. On Apr 18, 7:41 am, Heroku SA babychee...@lolcatbible.com wrote: Hi everyone I might be understanding this wrong. After quite a bit of local editing I push my code to the server with git. However - it