Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Development Tools

Dave Faliskie
Dave Faliskie
17,793 Points

git organization

I have just created an organization on git hub, and am the owner. I am doing this so that multiple people can have access to all the files in the project. I moved my repository to the organization, then deleted the repo from my personal git hub account. Now I don't know how to push to the repo on the organization. My terminal is still trying to push to the old personal repo which I deleted. I feel like this is a simple fix, just can find how.

Also is it even a good idea to use an organization for a small group? I want everyone to be able to push and pull without having to get permission. I'm new to git so any input would be greatly appreciated.

3 Answers

Dave Faliskie
Dave Faliskie
17,793 Points

Thanks for the responses, I was trying to commit in the wrong repo. I cloned the repo from the organization and now using those files everything works.

Ken Alger
STAFF
Ken Alger
Treehouse Teacher

Dave;

Not entirely sure I follow what you are attempting to do in Git, but it sounds like you are needing the:

git remote add

command?