Hello! I'm having great difficulty figuring out how to set up my git configuration to meet my needs. I'm wondering:
What would I need to do in order for git to pull/fetch from my git://github.com/username/repo.git URL, but push to my [email protected]:username/repo.git URL when I type "git pull/fetch" and "git push" respectively, without any parameters? What I mean to achieve from this configuration is obviously to not have to type my password every time I pull/fetch, since pulling/ fetching wouldn't really alter my online repository. But pushing is like signing in and changing your "backup" if you will, so then is when I'd like to provide a password which is mandatory anyway. Is what I want even possible? Thanks for any help, Victor --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "GitHub" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/github?hl=en -~----------~----~----~----~------~----~------~--~---
