From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

Git User Group

cancel
Showing results for 
Search instead for 
Did you mean: 

Merging in General, Binaries in Particular

Merging and conflict resolving are all part of a process of bringing what in effect

is branch resolution. Two files in conflict are two branches and the resolution

is done by merging a few lines or replacing a whole file. Binary files like Labview

vi's are generally done by replacing whole files. But, that does not have to be the

case.

In SVN, merging is done on the remote repository, but not in GIT.

In GIT all merging, etc. is done in the LOCAL repository. Until you have this concept

firmly in mind you will have a difficult time with merging and conflict resolution.

Once you have decided that you want to completely replace a file here is the process.

Using the Git Extensions: click on the Browser. Choose the revision group that you

wish to use. Open the File tab and select the file that you want to use to replace

with.

Right click on the file you have selected and then select: "Reset to this revison".

Now do a commit and you are ready to PUSH your results to the remote.

Notice that all the work is done on the LOCAL repository, not the remote.

There is a video available GitExtMerge.mp4(27MB), it is stored at:

http://tinyurl.com/aexst82

0 Kudos
Message 1 of 1
(11,955 Views)