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 trialRobert Borsey
Courses Plus Student 9,636 Pointsgit 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
3,072 PointsIt 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. :)
Joseph Damiani
1,066 PointsHere is the correct answer.
git flow feature start profiles
Pawel Wronski
8,872 Pointsgit flow feature start profiles
more information here: http://jeffkreeftmeijer.com/2010/why-arent-you-using-git-flow/
Ken Wilson
7,885 PointsYou are incorrect
Vyas Pentakota
6,290 PointsI got the answer is
"git flow feature start profile"
ellie adam
26,377 Pointsgit flow feature start profiles
Robert Borsey
Courses Plus Student 9,636 PointsKevin 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
Robert Borsey
Courses Plus Student 9,636 PointsOk there it is
Vyas Pentakota
6,290 PointsCan 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
sheraprincessofwonder
10,182 Pointsgit flow feature start profiles
Ken Wilson
7,885 Pointsi copied and pasted these answers and it does not work. This exercise is flawed.
Kevin Niedermayr
3,072 PointsHehe 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.