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
kj2
5,933 PointsIOS Github
Hey, happy holidays treehouse people!
I was wondering can you put Xcode projects on Github ?
Does it work the sameway just using the terminal ?
Thanks
1 Answer
Stone Preston
42,016 Pointsyes you can.
set up git on your local machine following these instructions on github
init a git repo at the root of your projects directory by running
git init
in the root of your project
then create a new repo on github (here are some instructions), and then follow the instructions on the page that apperas after you create your repo on github to make your initial commit up to github