Tagged Questions
0
votes
1answer
70 views
EGit 2.3 new --no-ff option, how to use it?
In EGit 2.3 they've added the no fast-forward merge ability according to their release documents
"Support git merge --no-ff as an EGit preference."
...
2
votes
2answers
131 views
Git commit hell
On our project we have 2 git branches, 'develop' and 'featureBranch'. Since featureBranch was forked off of develop, develop has been updated with a number of commits. Now I want to merge ...
1
vote
1answer
84 views
Merge using EGit results in commit of all changes as done by the merger
I'm using Eclipse with EGit and and my origin/master is on github. On this project are working 3 programmers.
When I pull changes to my local git (using EGit) and there are conflicts I solve them, no ...
1
vote
1answer
98 views
github/egit/git: compare master with an earlier commit and merge selected changes into a new branch. how?
DESIRED
I am a sole developer (and a beginner). I have a master branch only at the moment. Within it, I have some commits that are really different versions with different types of implementations. ...
2
votes
0answers
1k views
eGit Merge Resolution - Use Your Copy
I still new to eGit. I'm trying to figure out how on earth to get eGit to resolve a merge conflict using my copy, no change. I'm referring to the notes on the eGit Wiki:
...