windows - Is there a dedicated location in my .git folder where I could put private scripts? -


i have custom filter scripts use in git repo.

currently, checked in along sources leads problems: when check out revision older added filter scripts repo, warnings filters not executed because cannot found.

in order overcome this, want put scripts inside .git folder present need them don't make problems when checking out older revisions.

i want keep them in repo because script contents repo specific, putting them location on machine not i'm looking for.

question is: are there 'safe' locations inside .git folder store scripts?

safe in sense scripts don't cleaned automagically or make problems further git versions.

the contents of .git folder aren't dynamic (what changes rather unpredictably refs , logs, stay away them).

if take @ .git folder of of repos, you'll have pretty idea there.

afaik, folders in top level of .git folder not start period, make folder .git/.scripts contain private script files.

if want, can make inside info folder -- that's , find more orderly.


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -