* How to give permission to another user on my git remote
@ 2014-08-11 11:41 Jagan Teki
2014-08-11 11:56 ` Stefan Beller
0 siblings, 1 reply; 2+ messages in thread
From: Jagan Teki @ 2014-08-11 11:41 UTC (permalink / raw)
To: Git List
Hi,
I have created one repository (but I'm not a root user on the server) like
$ git init --bare
And I do push my changes locally to remote repo where I created.
My friend also working the same repo, and he needs to push the changes
on the same.
I tried by adding below line on the remote config file
[config]
sharedRepository = true
Any help, how to do that.
--
Jagan.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: How to give permission to another user on my git remote
2014-08-11 11:41 How to give permission to another user on my git remote Jagan Teki
@ 2014-08-11 11:56 ` Stefan Beller
0 siblings, 0 replies; 2+ messages in thread
From: Stefan Beller @ 2014-08-11 11:56 UTC (permalink / raw)
To: Jagan Teki, Git List
On 11.08.2014 13:41, Jagan Teki wrote:
> Hi,
>
> I have created one repository (but I'm not a root user on the server) like
> $ git init --bare
>
> And I do push my changes locally to remote repo where I created.
> My friend also working the same repo, and he needs to push the changes
> on the same.
>
> I tried by adding below line on the remote config file
> [config]
> sharedRepository = true
>
> Any help, how to do that.
>
Please see
http://git-scm.com/book/en/Git-on-the-Server-Getting-Git-on-a-Server
to explore different ways how to use git on a server.
Stefan
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-08-11 11:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-11 11:41 How to give permission to another user on my git remote Jagan Teki
2014-08-11 11:56 ` Stefan Beller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).