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

git intro question please help

I'm stuck on this practice object

Let's presume that you're in a git repository that has git-flow installed. You're ready to work on a new feature called "profiles." What command would you use to get started?

I have tried these codes

git flow feature start feature_profiles

git flow feature start profiles_name

git flow profiles start feature_profiles

git flow feature start feature_name_profiles

so I'm kind of lost here I was doing really well up till this point

Thanks for the help

11 Answers

Kevin Niedermayr
Kevin Niedermayr
3,072 Points

It just wants you to start a feature with the name in the description of the task so don't prefix "feature_" or something else to it. Tommy just uses "feature_name" as a placeholder for the feature you probably would work on when you use it in a project.

This is just a hint to let you get that feeling of an "ahaaa"-effect. :)

Here is the correct answer.

git flow feature start profiles

git flow feature start profiles

more information here: http://jeffkreeftmeijer.com/2010/why-arent-you-using-git-flow/

Ken Wilson
Ken Wilson
7,885 Points

You are incorrect

I got the answer is

"git flow feature start profile"

git flow feature start profiles

Kevin your awesome thank you very much

I did get the "ahaaa" out too lol

Don't want to post the command so if someone sees this they can figure it out But it worked

Thank you again

Ok there it is

Can some one please post the exact answer for

"Let's presume that you're in a git repository that has git-flow installed. You're ready to work on a new feature called "profiles." What command would you use to get started?"

TIA

git flow feature start profiles

Ken Wilson
Ken Wilson
7,885 Points

i copied and pasted these answers and it does not work. This exercise is flawed.

Kevin Niedermayr
Kevin Niedermayr
3,072 Points

Hehe thanks Robert, much appreciated. That's how it should be. I also sent a support request because the "." could be a bit misleading while doing that exercise.

No problem. But you could upvote the/my right answers (also in the other thread) so that others could see it if there get more questions in here.