I've been operating primarily in one repository, but had to create and work in another. When I tried to push my code to my new repo, I got the following error: $ git push -u origin master ERROR: Permission to xxxxxxx denied to yyyyyyyy. fatal: The...
How to create a branch in github
So the dev project I'm working on is going two separate paths. My co-worker is looking at more of the ajax/look & feel stuff while I'll be working on the model (moving to postgresql). We might not bump into each other much, but better safe than so...