[git-users] Re: website deployment through git

2014-05-29 Thread bastilani
Il giorno domenica 25 maggio 2014 16:05:56 UTC+2, bast...@gmail.com ha scritto: Hi, I'm starting to use git. I need it to manage a website. Up to now, on my server (linux, debian based) I configured a bare repository (/opt/git/project.git/). I added a post-update hook, in order to

[git-users] Re: website deployment through git

2014-05-31 Thread bastilani
Il giorno venerdì 30 maggio 2014 10:21:58 UTC+2, Pierre-François CLEMENT ha scritto: The easiest would be to have multiple branches and remotes on your local repo. Something like develop (developing), release (testing) and master (production) should do the trick. I've taken the branch

[git-users] Git user configuration

2014-06-07 Thread bastilani
Hi, I just installed Git, and I would like to configure it on my server for private repositories. I have some questions about the user git and its configuration. I found a guide which suggest to create user as CODE: SELECT ALL http://forums.debian.net/viewtopic.php?f=5t=114670#adduser --shell

[git-users] Re: Git user configuration

2014-06-08 Thread bastilani
Hi, now my client doesn't require yet password. I'm sorry for cross-post, but I didn't receive any answer to my questions. I cross-posted here because it's a specific group for git discussion, and I'm worried about security issue. Did you think that now it's configured properly? And if yes, why