1
Answer

Git Extension

umair mohsin

umair mohsin

1y
452
1

I can't use git extension in visual studio properly. i am haing issues in merging branches to main is there any guide for a complete knowledge of using git extension in visual studio for all the project related operations

suppose a console app i have a master branch and another branch.in my master branch there is a program.cs file(main function) and another file in the other class  named message(this class has a function). i want to push that file to main branch and also keep main branch files so that main branch has now two .cs files.is it called merging Or any other thing how can i do this. 

 and what exactly merging is?

Answers (1)
1
Satyaprakash Samantaray

Satyaprakash Samantaray

57 29.2k 10.3m 1y

The merging in git is to merge your branch which you created to main branch. So,that whatever changes u have made in code using branch called xyz that code will be updated in main branch.

The Git marge will combine the changes from two or more branches into a single branch.

Please check my video on how to use git in visual studio

https://youtu.be/G3tyBJXgXb4

Chech Git merge process in below link

https://youtu.be/uBpn_inVJ5I