Where do custom git merge drivers get stored? -


i reading this blog post, since needed custom git driver merge few json files in git repo.

the instructions on script mention editing .git/config add merge , editing git attributes in .gitattributes not mention place actual custom driver. have on $path?

it can stored anywhere on file system. merge.<merge driver> configuration option includes driver key, executed when merge driver invoked. driver command can run on shell, can full path program or name of program on $path.


Comments

Popular posts from this blog

IF statement in MySQL trigger -

c++ - What does MSC in "// appease MSC" comments mean? -

android - MPAndroidChart - How to add Annotations or images to the chart -