What are the steps to use Egit with Bitbucket [message #903558] |
Fri, 24 August 2012 06:35  |
Eclipse User |
|
|
|
Here goes what I did.
1.) Eclipse-> Import-> Projects from Git
This worked well. The project i wanted created inside Eclipse. But if I try to commit the code which i opened in Eclipse just now it ask me to commit everything (even tough I haven't done any changers). Is there any specific way to say the system these are not changed. "So don't try to commit them".
2.) Then I worked in changing some of the codes. Meanwhile I was working on the code another member committed the code into server (Bitbucket)
3.) Then i use Team->Fetch from upstrem
4.) Then i goto Team->syncronize Workspace, and check for changed codes and copy paste into my code. Or either merge the code into my old files.
5.) Now when i finish my code, i do Team->Commit, it works but still show what ever unnecessary files also to commit which i never changed.
6.) then i use Team->Push to upstream, then system says "non-fast-forward..." and it do not work. Then i use "force" and it works, but it will remove all the commits from the previous person and add mine there.
So can you please tell me what i do wrong??
|
|
|
|
Powered by
FUDForum. Page generated in 0.26711 seconds