pmaluf 0 Denunciar post Postado Abril 3, 2012 Pessoal, Gostaria de controlar a versão do meu site em Cakephp usando o Git, mas não estou conseguindo. Como baixei o cakephp direto do GitHub já tem centenas de commits no meu repositório local. Ex: $ git log commit 6e34ce28920e464689943ddda7734c728b8bd254 Author: root <root@ip-10-248-1-243.sa-east-1.compute.internal> Date: Tue Apr 3 00:20:56 2012 +0000 Bake People commit 4ab0c4c1c0468f6d17ec6101cb8d1fa69bbed49d Author: root <root@ip-10-248-1-243.sa-east-1.compute.internal> Date: Wed Feb 8 03:03:17 2012 +0000 First settings commit 5886b25345481960c0a2f741b7ca38a803ab109c Author: Jose Lorenzo Rodriguez <jose.zap@gmail.com> Date: Sun Feb 5 19:33:52 2012 -0430 Releasing 2.0.6 commit f799d1c056ec818f43de6e7685e5245b4362131f Author: mark_story <mark@mark-story.com> Date: Sun Feb 5 13:07:01 2012 -0500 Add absolute path to cake/vendors. When the app + cake are on different paths, `VENDORS` is incorrect, and the built-in repo/vendors directory is not reachable by the default paths. Fixes #2545 commit 4bb404085113b92221da84c37dac3cd7d6f7ec69 Author: mark_story <mark@mark-story.com> Date: Sun Feb 5 12:54:20 2012 -0500 Check method existence before calling. Datasource does not implemente calculate() or expression(). Only call them if they exist. Fixes #2535 Como faço para iniciar um repositório do zero? Com apenas os meus commits?? Obrigado. Compartilhar este post Link para o post Compartilhar em outros sites
pmaluf 0 Denunciar post Postado Abril 3, 2012 Resolvido, Deletei a pasta .git da raiz(duh!!) e inicializei um novo repositório! []´s Pessoal, Gostaria de controlar a versão do meu site em Cakephp usando o Git, mas não estou conseguindo. Como baixei o cakephp direto do GitHub já tem centenas de commits no meu repositório local. Ex: $ git log commit 6e34ce28920e464689943ddda7734c728b8bd254 Author: root <root@ip-10-248-1-243.sa-east-1.compute.internal> Date: Tue Apr 3 00:20:56 2012 +0000 Bake People commit 4ab0c4c1c0468f6d17ec6101cb8d1fa69bbed49d Author: root <root@ip-10-248-1-243.sa-east-1.compute.internal> Date: Wed Feb 8 03:03:17 2012 +0000 First settings commit 5886b25345481960c0a2f741b7ca38a803ab109c Author: Jose Lorenzo Rodriguez <jose.zap@gmail.com> Date: Sun Feb 5 19:33:52 2012 -0430 Releasing 2.0.6 commit f799d1c056ec818f43de6e7685e5245b4362131f Author: mark_story <mark@mark-story.com> Date: Sun Feb 5 13:07:01 2012 -0500 Add absolute path to cake/vendors. When the app + cake are on different paths, `VENDORS` is incorrect, and the built-in repo/vendors directory is not reachable by the default paths. Fixes #2545 commit 4bb404085113b92221da84c37dac3cd7d6f7ec69 Author: mark_story <mark@mark-story.com> Date: Sun Feb 5 12:54:20 2012 -0500 Check method existence before calling. Datasource does not implemente calculate() or expression(). Only call them if they exist. Fixes #2535 Como faço para iniciar um repositório do zero? Com apenas os meus commits?? Obrigado. Compartilhar este post Link para o post Compartilhar em outros sites