> Ken Kazinski wrote: 
> On a windows machine, what is a good tool to use to get the main repo?

Start with the official http://git-scm.com/ The page recognizes your OS
and displays a link (button) Download for Windows. It redirects you
to the latest stable msysgit. I consider that the good choice for Windows.

> I have been using commit monitor for the SVN repo and this tells me
> when there are new files and auto downloads them.  Is there a similar
> tool for GIT?

The gitk and "git gui" are the tools (Tcl/Tk) for visualizing the status
and the process. (There are other alternatives, but I did not need them.)
"gitk --all" shows you visually what you have in your repository.

Anyway, Git does not use the central repository. Your local repository
is considered equal. This way, your question is "how to keep my repository
up-to-date". The decision to be made is also "what branch do I want to track?".
It would be better to discuss the situation based on how do you want
to work with the content.

Petr

------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
_______________________________________________
Doxygen-develop mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/doxygen-develop

Reply via email to