Top "Git-merge" questions

git-merge is a git command which integrates changes from another branch by incorporating commits into the currently checked-out branch.

How to interactively (visually) resolve conflicts in SourceTree / git

I'm using (Windows) SourceTree for my git project. I can do it in either command prompt or Linux terminal. But, …

git git-merge merge-conflict-resolution atlassian-sourcetree
Git: How configure KDiff3 as merge tool and diff tool

Recently I was using GitExtension 2.46, but the Git version that has the same is 1.9.4.msysgit.2. Willing to use only Git …

git git-merge kdiff3 mergetool
Merge, update, and pull Git branches without using checkouts

I work on a project that has 2 branches, A and B. I typically work on branch A, and merge stuff …

git git-merge git-pull git-checkout
git remove merge commit from history

My Git history looks like that : I would like to squash the purple commits into a single one. I don't …

git git-merge git-rebase
How to resolve git error: "Updates were rejected because the tip of your current branch is behind"

I recently started using Git (previously I used subversion but I am now doing some collaborative work on a project …

git bitbucket git-merge
Why does git perform fast-forward merges by default?

Coming from mercurial, I use branches to organize features. Naturally, I want to see this work-flow in my history as …

git git-branch git-merge fast-forward
Merge up to a specific commit

I created a new branch named newbranch from the master branch in git. Now I have done some work and …

git git-merge git-cherry-pick
How do I merge a git tag onto a branch

I'm trying to find the syntax for merging a tagged commit onto another branch. I'm guessing that it's straight forward …

git-merge git-tag
How to resolve git status "Unmerged paths:"?

I merged branch dog into animal. When I go to commit, I get the following: Unmerged paths: (use "git reset …

git merge git-merge git-status