Top "Gitosis" questions

Gitosis is software to manage a collection of Git repositories on a server accessible by SSH, without creating local accounts for the users.

git push says "everything up-to-date" even though I have local changes

I have a remote gitosis server and a local git repository, and each time I make a big change in …

git gitosis
gitosis vs gitolite?

I am looking for installing a git server to share projects with my team. I don't want to create a …

git gitosis gitolite
git Warning: remote HEAD refers to nonexistent ref, unable to checkout

I'm trying to setup gitosis according to the instructions here. It works fine from my remote machine so the server …

git gitosis
Gitosis alternative?

Are there alternatives to gitosis that are easier to use? I currently run gitosis on a Ubuntu server for my …

git version-control gitosis
Generate valid openssh ssh key under windows

I've some persons that are under windows, and they need a public/private RSA keys pair in order to get …

ssh key gitosis openssh smartgit
git-merge with repository on local filesystem

For some context: I just upgraded Ubuntu which broke my existing gitosis installation (see here: bug #368895), and have just reinstalled …

git gitosis git-merge
password problem with git clone gitosis@host:gitosis-admin.git

I'm confronted with some problems when trying to configure gitosis on Ubuntu. When i run this command git clone gitosis@…

git gitosis
gitosis and git clone problem

I have installed gitosis, but i have strange thing when i'm working with repos. In config i have [gitosis] [group …

git version-control gitosis
How to include ssh private rsa key when accessing git repo via ssh (gitosis)?

At this moment I've got one git repo added through gitosis. The manual i used is http://scie.nti.st/2007/11/14/…

git ssh gitosis gitolite git-extensions
How to find out or change url for Git Repository server

I've installed Git and Gitosis on Ubuntu server which has 3 domain names parked. How do I know, which of these …

git ubuntu gitosis