2 users online. Create an account or sign in to join them.Users
Git Workflow
This is an open discussion with no replies, filed under General.
Search
Create an account or sign in to comment.
2 users online. Create an account or sign in to join them.Users
This is an open discussion with no replies, filed under General.
Create an account or sign in to comment.
Symphony • Open Source XSLT CMS
--with-xsl)
So, I am going through some unsuccessful hoops while trying to update to 2.1.1 using Git.
The Beginning
git clone <url> [destination dir]git submodule initgit submodule updategit submodule add <repo> [extensions/extensionName]To recap: I am working on a branch other than master, I added non-official extensions while working in my branch, did some changes to the default .htaccess.
The Present
Now should I:
git fetch && git pullAlso, it appears that some debudevkit is writing to its own folder and Git sees this, adding one more layer of not-knowing-how-to-handle-it. See status message