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 trialsusmita vasavi devi konem
13,073 Pointscreate a new branch named new_feature
git checkout new_feature
5 Answers
susmita vasavi devi konem
13,073 PointsNo, actually I checked with -b but it doesn't work yet!!! The right code is git branch new_feature
Steven Parker
231,210 PointsIf you're creating a new branch, you will probably need the "-b" option:
git checkout -b new_feature
Does that resolve your issue?
susmita vasavi devi konem
13,073 PointsSure Steven its https://teamtreehouse.com/library/git-basics the course is git basics. Happy coding!
Steven Parker
231,210 PointsAh, the topic of this question confused me (Data Analysis) , that's a Development Tools course.
susmita vasavi devi konem
13,073 PointsSorry, I was mistaken! Anyways thanks for the information.
Steven Parker
231,210 PointsFYI: You can move the topic by clicking on the little rectangle with the 3 dots and then selecting "edit question".
susmita vasavi devi konem
13,073 PointsThank you.... Happy Coding!
Steven Parker
231,210 PointsSteven Parker
231,210 PointsGood to know. For the most accurate answers to future questions, please provide a link to the course page you are working with.