On Tue, Feb 25, 2014 at 10:40:16AM -0800, Jirong Hu wrote: > I took a quick look at Stash. Do we really need this? This looks > like a GIT add-on, as it said, GIT repo management tool. It's not > GIT, right?
AFAIU you /do/ want a GIT repo management tool -- something that allows you to manage your GIT server, create new repos, set up access rights, etc. GIT itself is nothing more than a set of command line tools that operate on a repo on your local computer. It is not in and of itself a client-server application[^1]. One could say it's the client, and then you need something else to serve up the repos, a webserver. /M -- Magnus Therning OpenPGP: 0xAB4DFBA4 email: [email protected] jabber: [email protected] twitter: magthe http://therning.org/magnus As long as there are ill-defined goals, bizarre bugs, and unrealistic schedules, there will be Real Programmers willing to jump in and Solve The Problem, saving the documentation for later. Long live Fortran! -- Ed Post [^1]: In most setups at least, there is always git-daemon, but you shouldn't use it for serious deployments.
pgpOMZ36faxyP.pgp
Description: PGP signature
