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!
Addon for Firefox to download Git or Redmine code?
Started by MARS_999, Aug 20 2012 08:10 PM
9 replies to this topic
Sponsor:
#2 Moderators - Reputation: 7793
Posted 20 August 2012 - 09:44 PM
Why do you need Firefox for this? Just use the git tools directly to clone the remote repository...
Maker of Machinery
[Work - ArenaNet] [Epoch Language] [Scribblings] [Journal - peek into my shattered mind]
[Work - ArenaNet] [Epoch Language] [Scribblings] [Journal - peek into my shattered mind]
#4 Moderators - Reputation: 13599
Posted 21 August 2012 - 12:22 AM
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 ;)
#6 Members - Reputation: 3715
Posted 21 August 2012 - 01:12 AM
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)
Edited by SimonForsman, 21 August 2012 - 01:15 AM.
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!
The voices in my head may not be real, but they have some good ideas!
#7 Members - Reputation: 1257
Posted 21 August 2012 - 02:48 AM
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.
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.
Produci, consuma, crepa
#9 Moderators - Reputation: 7793
Posted 21 August 2012 - 07:57 PM
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.
Any self-respecting open source project will have instructions on how to clone their repos.
Maker of Machinery
[Work - ArenaNet] [Epoch Language] [Scribblings] [Journal - peek into my shattered mind]
[Work - ArenaNet] [Epoch Language] [Scribblings] [Journal - peek into my shattered mind]






