Git won't re-merge after flushing a no-commit merge

I started merging from one branch to another. Conflicts fixed, a test run was performed, and the issue was flagged.

Instead of trying to fix the merge errors, I decided to reset and fix the problem.

Bug fixed, fixed and clicked on change.

Now, when I try to merge again, git tells me that I am up to date, even though diff shows a lot of changes that I need.

Any idea how I can tell git that I am not essentially updating with a branch, I have never merged from?

Trying to plot a graph for this:

develop -\------------\------------------------------\---
         |             \                              \  
         \- Branch ---- \- Canceled Merge-\            \ 
                                           \-- Fixes ---\ Merge that won't see changes

      

I'm not sure if this is the correct way to imagine what happened. Here is the "complete story"

  • Debugging from development
  • Make changes
  • Development of changes occurs
  • Start merging with expand into branch
  • Revert merge changes before any commits with Reset
  • Fix the bundle in the branch, commit the changes (and push to the remote)
  • Attempting to merge with Develop, git asserts relevance despite large Diff output.
+3
git merge


source to share


No one has answered this question yet

See similar questions:

4
How do I move a commit on a branch to another new branch in GIT?

or similar:

20142
How do I undo the last local commits in Git?
8423
How do I undo 'git add' before committing?
7159
How do I revert the Git repository to a previous commit?
4541
How to resolve merge conflicts in Git
4540
Move the latest commit (s) to a new branch using Git
4165
How can I dump or revert a file to a specific revision?
3596
Revert a Git merge that hasn't been pushed yet
2886
Remove a commit from a branch in Git
1817
What is the best (and safest) way to merge a Git branch into master?
1432
How can I reconcile a separate head with a master / source?



All Articles
Loading...
X
Show
Funny
Dev
Pics