[TYPO3-core] Git doesn't want to switch branches anymore
Markus Klein
klein.t3 at mfc-linz.at
Sun Jun 19 17:06:21 CEST 2011
Hi,
did you try a 'git reset --hard'?
As new submodules where added, you should do a 'git submodules update --init'
Regards
Markus
>
> Hi,
>
> Today I wanted to review https://review.typo3.org/2324
>
> - switched to master
> - pulled master
> - created new branch (master_26913) and switched to it
> - fetched the patch set
>
> I couldn't find any changes, so I pulled the patch set It produced a endless list
> of conflicts.
>
> So, I wanted to do it again and decided to switch to master and start all over.
> Alas...
>
> git.exe checkout master
>
> fatal: bad config file line 1 in D:/TYPO3/TYPO3 Core Git/.gitmodules
>
>
> Even a forced switch/checkout results in the same error.
>
> For all you command line fans:
> xxxx at JIGAL /d/TYPO3/TYPO3 Core Git (master_26913|MERGING) $ git
> status
> fatal: bad config file line 1 in D:/TYPO3/TYPO3 Core Git/.gitmodules
>
> .gitmodules:
>
> <<<<<<< HEAD
> [submodule "typo3/sysext/version"]
> path = typo3/sysext/version
> url =
> git://git.typo3.org/TYPO3v4/CoreProjects/workspaces/version.git
> [submodule "typo3/sysext/workspaces"]
> path = typo3/sysext/workspaces
> url =
> git://git.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces.git
> [submodule "typo3/sysext/dbal"]
> path = typo3/sysext/dbal
> url = git://git.typo3.org/TYPO3v4/Extensions/dbal.git
> [submodule "typo3/sysext/fluid"]
> path = typo3/sysext/fluid
> url = git://git.typo3.org/TYPO3v4/CoreProjects/MVC/fluid.git
> [submodule "typo3/sysext/extbase"]
> path = typo3/sysext/extbase
> url = git://git.typo3.org/TYPO3v4/CoreProjects/MVC/extbase.git
> =======
> [submodule "typo3/sysext/workspaces"]
> path = typo3/sysext/workspaces
> url =
> git://git.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces.git
> [submodule "typo3/sysext/version"]
> path = typo3/sysext/version
> url =
> git://git.typo3.org/TYPO3v4/CoreProjects/workspaces/version.git
> [submodule "typo3/sysext/dbal"]
> path = typo3/sysext/dbal
> url = git://git.typo3.org/TYPO3v4/Extensions/dbal.git
> >>>>>>> 06860415519db913865e49f9d0ca944ae7b35da3
>
>
> HELP!!!
>
> --
> Kind regards / met vriendelijke groet,
>
> Jigal van Hemert.
> _______________________________________________
> Before posting to this list, please have a look to the posting rules on the
> following websites:
>
> http://typo3.org/teams/core/core-mailinglist-rules/
> http://typo3.org/development/bug-fixing/diff-and-patch/
> _______________________________________________
> TYPO3-team-core mailing list
> TYPO3-team-core at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-team-core
More information about the TYPO3-team-core
mailing list