Le 11/09/2015 11:43, Marc Chantreux a écrit : > On Fri, Sep 11, 2015 at 05:29:20AM -0400, Boris Epstein wrote: >>> Here I track every RT instalation using git :) > > so do i > >> This is interesting. So are you saying you run a special GIT repository >> just for your RT installation(s)? > > just a > > git init && git add . && git commit -m "just installed" > > after the installation and > > g commit -a > > when i changed something > >
you would better use a branch for upstream and one for your (or many if you have prod/staging/...). It's easier when you need to upgrade RT or compare your patches with upstream... -- Easter-eggs Spécialiste GNU/Linux 44-46 rue de l'Ouest - 75014 Paris - France - Métro Gaité Phone: +33 (0) 1 43 35 00 37 - Fax: +33 (0) 1 43 35 00 76 mailto:[email protected] - http://www.easter-eggs.com
