Bio7 wrote:
> I've heard that ImageJ has now a Git repository. Is it possible in Git to
> track changes of the code
> (e.g. from ImageJ 1.43h to 1.43i)?
Sure - make a clone of the repo
]$ git clone git://pacific.mpi-cbg.de/imagej.git
It's being updated daily, so to update your local repo, cd to wherever
the repo is and:
]$ git pull
Then see the changes with
]$ gitk
I've failed to get this to integrate nicely with Eclipse and egit, which
would be cool.