How can I append authentication with "git push" ?

2012-07-12 Thread J. Bakshi
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 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message

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