Checkout the head revision of svn repository by using git

    02 Apr 2013

    Find the revision number, say 8331. Using git command git svn with option '-r8331:HEAD'

    Read more ...

    Use git for LaTeX

    29 Mar 2013

    git can be a good tool to keep the history of the changes in LaTex files. The only difficult thing in using git for LaTeX is how to track the changes between commits. If one word in a paragraph is changed, git thinks that the whole paragraph is changed. One way to track changes precisely...

    Read more ...