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
Post a Comment