Addon for Firefox to download Git or Redmine code?

Started by
8 comments, last by MARS_999 11 years, 8 months ago
Anyone know of a good add on for Firefox that will allow me to download source code as a complete package form GIT and Redmine?

Thanks!
Advertisement
Why do you need Firefox for this? Just use the git tools directly to clone the remote repository...

Wielder of the Sacred Wands
[Work - ArenaNet] [Epoch Language] [Scribblings]

ok what are some good git tools? for windows....
I use tortoisegit, as well as the git command line. It is the kind of tool where I think to fully understand what you're doing, you've got to use the command line instead of a GUI, so I try to avoid using tortoise... but it does make cloning a new repo, checking the logs, etc pretty simple ;)
I prefer to use a GUI for version control. I recommend SmartGit, which is free for non-commercial use. It's also available on Windows, OSX and Linux.
Can't help you with redmine as I've never used it before.
http://code.google.c.../gitextensions/ is fairy easy to use and its free for commercial use aswell (only available on Windows though), If you want/need a cross platform tool (it can be alot easier to use the same tools on all platforms) SmartGit is pretty much the best one out there (The price tag for commercial use can be a minor problem though)
[size="1"]I don't suffer from insanity, I'm enjoying every minute of it.
The voices in my head may not be real, but they have some good ideas!
I use the git command-line tools (which include nice GUI tools like gitk) from Cygwin shells.
I need Cygwin in any case; I already have too many shell extensions (and after using TortoiseSVN quite seriously I don't like them for version control); and the "native" Windows port is absurdly bloated in comparison without any plausible advantage.
I also have EGit for Eclipse, but I haven't actually used it yet.

Omae Wa Mou Shindeiru

Thanks for all the suggestions I will take a look at them. I see no one has any Redmine clients...
Redmine is not a version control system. It's a front-end that has support for several of the major version-control suites out there. Downloading from a specific repo depends on the VC back-end that is hooked up for that particular project.

Any self-respecting open source project will have instructions on how to clone their repos.

Wielder of the Sacred Wands
[Work - ArenaNet] [Epoch Language] [Scribblings]

Ok thanks ApochPiQ didn't know that!

This topic is closed to new replies.

Advertisement