Re: [Doxygen-develop] [Doxygen-users] Doxygen's code repository has moved to GitHub
Brought to you by:
dimitri
From: Peter M. <ped...@gm...> - 2013-05-21 02:14:39
|
On 21 May 2013 01:40, Ken Kazinski <kjk...@ya...> wrote: > On a windows machine, what is a good tool to use to get the main repo? 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? > U can either use the github client == their proprietory and kinda an interface. http://windows.github.com/ or U can dowload the kinda native kit from http://msysgit.github.io/ ie Git for Windows The later is neat, because even the standard install gives once cd c:\myGit git clone gi...@gi.../doxygen/doxygen<https://github.com/doxygen/doxygen> git clone https://me:myP...@bi.../f<https://github.com/doxygen/doxygen> oo/secret-project The snag is in the keys.. - The bitbucket authenticaltion works as its using http auth - the git@git hub is read only.. so no problem - But is u want to commit then u need to hace the "key" installed on local matching remote - the github windows client does that for you.. ie creates a ssh key and logs u in etc - the msys client, u have to deal with that (pain) yourself.. Depending on your skill level, windows.github is probably the easiest.. and your up and running fast.. issues, merges etc and all.. as a paltform Pete |