"git pull" is not there because we don't have "git merge" yet. That's under developement ... but not yet available. I always switch for a minute to my native git implementation to do such operations.
Details
"git pull" is the same as "git fetch" plus "git merge". First you get the new stuff from the remote side (git fetch) and then you merge the new stuff with your local branch. If for example you have done modifications to your local branch then a full fledged merge is needed. This operation is not yet there in Egit.
Ah, I tried the native implementation msysGit for Windoze but something went horribly wrong and damaged the files. All became changed because of wrong line feeds settings.
So that's why EGit seems to me more stable to me.
Good, I see the git merge algorithm is on review now. I hope someone is reviewing now. Can't wait to get it
By the way, I am impressed by your replies on all my topcis so far. Thank you very much!
Ah, I tried the native implementation msysGit for Windoze but something went horribly wrong and damaged the files. All became changed because of wrong line feeds settings.
So that's why EGit seems to me more stable to me.
Good, I see the git merge algorithm is on review now. I hope someone is reviewing now. Can't wait to get it :)
By the way, I am impressed by your replies on all my topcis so far. Thank you very much!