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

create a new branch named new_feature

git checkout new_feature

5 Answers

No, actually I checked with -b but it doesn't work yet!!! The right code is git branch new_feature

Steven Parker
Steven Parker
231,007 Points

Good to know. For the most accurate answers to future questions, please provide a link to the course page you are working with.

Steven Parker
Steven Parker
231,007 Points

If you're creating a new branch, you will probably need the "-b" option:

git checkout -b new_feature

Does that resolve your issue?

Sure Steven its https://teamtreehouse.com/library/git-basics the course is git basics. Happy coding!

Steven Parker
Steven Parker
231,007 Points

Ah, the topic of this question confused me (Data Analysis) , that's a Development Tools course.

Sorry, I was mistaken! Anyways thanks for the information.

Steven Parker
Steven Parker
231,007 Points

FYI: You can move the topic by clicking on the little rectangle with the 3 dots and then selecting "edit question".

Thank you.... Happy Coding!