5 lines
244 B
Plaintext
5 lines
244 B
Plaintext
# bug sheet file added
|
|
The git merge command in Git is used to integrate changes from one branch into another.
|
|
This process combines the independent lines of development created by git branch and
|
|
integrates them into a single, unified branch
|