On Thu, 2011-07-14 at 16:15 +0530, J. Bakshi wrote: > Hello list, > > During git push or fetch over http , I need to provide username and > password every time, as protected by apache htpasswd file. How can I > provide the same along with git command ? Or something so that It save > the authentication info somewhere within .git The http transport uses the ~/.netrc file to get its authentication data. `man netrc` will tell you about the syntax; for git, you need the 'machine', 'login' and 'password' fields. Cheers, cmn -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html