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 Introduction to Git GitHub and Other Remote Repositories Summary

Kimberly Dolcin
Kimberly Dolcin
4,369 Points

Please help..how to transfer my team tree house workspaces files to github?

I just finished my intro to git course... i understand the basics like git commit git status git init but i am still confused as to how i can upload my workspaces files to github.com i have downloaded git already. i am using a pc thanks

1 Answer

Jay McGavren
STAFF
Jay McGavren
Treehouse Teacher

In your workspace, you should be able to type "git init" to convert it to a Git repository. From there, you should be able to create a repo on GitHub and follow the instructions there to add it as a remote on the repo in your workspace.

Alternatively, you could install Git on your computer, and download the workspace files to your computer (the download option should be under the menus in the workspace UI). You'd unzip the workspace files to a new directory, convert that directory to a Git repo, and then add a GitHub repo as a remote on that repo.