views:

84

answers:

0

Hi

I've been using git on windows in a semi-manual mode. I have several repositories for various versions. Each version has a different set of binaries so if I change versions I need to unregister the old binaries and and register the new. Previously I have simply been creating a new git repo for each version, then reg'ing/unreg'ing the binaries when I've wanted to switch versions but using git to maintain changes within each version.

I'm thinking about moving to using git with a working area and pulling from each version as required. But I am wondering

  1. what my workflow should be, especially with reference to registering/unregistering binaries.
  2. if anyone has developed any scripts for hooks to perform automatic reg/unreg

Many thx

Simon