Automatic merging

suggest change

When the commits on two branches don’t conflict, Git can automatically merge them:

$ git merge another_branch
Auto-merging file_a
Merge made by the 'recursive' strategy.
 file_a | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents