Re: Track changes of ImageJ version with GIT
Posted by Michael Doube on Oct 18, 2009; 10:41am
URL: http://imagej.273.s1.nabble.com/Track-changes-of-ImageJ-version-with-Git-tp3689131p3689132.html
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.
> Thanks in advance for any information!
>