Re: How can I append authentication with "git push" ?

2012-07-16 Thread Jeff King
On Mon, Jul 16, 2012 at 01:55:12PM +0530, J. Bakshi wrote: > Any idea please ? Did you miss the four responses here: http://thread.gmane.org/gmane.comp.version-control.git/201351 ? -Peff -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@v

Re: How can I append authentication with "git push" ?

2012-07-16 Thread J. Bakshi
Any idea please ? On Thu, 12 Jul 2012 13:48:44 +0530 "J. Bakshi" wrote: > > Dear list, > > Is there any option to add user-name and password with git push ? > Or any repo wise configuration file where I can save the info, so that > it doesn't ask the credential before every push ? > > Thanks

Re: How can I append authentication with "git push" ?

2012-07-12 Thread Junio C Hamano
Thiago Farina writes: > On Thu, Jul 12, 2012 at 5:18 AM, J. Bakshi > wrote: >> Or any repo wise configuration file where I can save the info, so that >> it doesn't ask the credential before every push ? >> > I'd like to know how to do that too. > > It's a pain to have to type username and passwo

Re: How can I append authentication with "git push" ?

2012-07-12 Thread Nick Douma
Hi, On 12-07-12 17:04, Thiago Farina wrote: > On Thu, Jul 12, 2012 at 5:18 AM, J. Bakshi > wrote: >> Or any repo wise configuration file where I can save the info, so that >> it doesn't ask the credential before every push ? >> > I'd like to know how to do that too. > > It's a pain to have to ty

Re: How can I append authentication with "git push" ?

2012-07-12 Thread Thiago Farina
On Thu, Jul 12, 2012 at 5:18 AM, J. Bakshi wrote: > Or any repo wise configuration file where I can save the info, so that > it doesn't ask the credential before every push ? > I'd like to know how to do that too. It's a pain to have to type username and password every time I need to push to gith

Re: How can I append authentication with "git push" ?

2012-07-12 Thread Jeff King
On Thu, Jul 12, 2012 at 01:48:44PM +0530, J. Bakshi wrote: > Is there any option to add user-name and password with git push ? The username can go in the URL. For example: git push user@host:repo.git for ssh, or: git push https://user@host/repo.git for http. For ssh, you can't specify a