Unable to push changes [message #694840] |
Sat, 09 July 2011 20:10  |
Eclipse User |
|
|
|
I am stumped on what is happening. When I use gitk to view my remote git repository I see this message:
"Local changes checked in to index but not committed"
The tree looks like this:
|Local changes checked in to index but not committed
|-master testing
|initial commit
I am using "Eclipse EGit" version: 1.0.0.201106090707-r
Here is how I can reproduce the error:
I create a folder on my desktop and:
git init
echo "hi there" > index.php
git add .
git commit -a -m "initial commit"
This repo will be my "remote" repository for testing.
Now in eclipse I clone the repo above
Import the project
make a change in index.php
Team > commit
and then Team > Push to upstream
When I open the repos index.php file, it has not changed. And when I used gitk I can see that it hasnt updated but instead shows the tree information posted above.
Any ideas on what I am doing wrong here?
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.05911 seconds