trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: August 2012

Re: [trinity-devel] How do I fix GIT ??

From: Slávek Banko <slavek.banko@...>
Date: Wed, 15 Aug 2012 23:09:29 +0200
On Wednesday 15 of August 2012 23:05:36 David C. Rankin wrote:
> I think I fixed it:
>
> vi src/CMakeLists.txt
> git add src/CMakeLists.txt
> git add admin
> git add cmake
> git pull
> You have not concluded your merge (MERGE_HEAD exists).
> Please, commit your changes before you can merge.
> git commit -a
> git pull
> Already up-to-date.
>
> I hope this didn't screw anything else up. But at least git pull works!

With

  git log origin/HEAD..HEAD

you can check whether you really on remote branch.

Slavek
--