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

General Discussion

[SOLVED] I need help with the Git basics quiz. How do you perform a hotfix?

Question 2 of 4: Now someone has pointed out an error and you decide that you need to perform a hotfix. What command would you use? Call the hotfix "signup_bug."

I can't figure out what to do here.

I figured it out... > git flow hotfix start signup_bug I watched the video two more times.

I tagged this question as "solved" since you found the answer.

2 Answers

Ken Wilson
Ken Wilson
7,885 Points

Glad these answers are posted here. The videos are pretty worthless at explaining this.

Sandeep Krishnan
Sandeep Krishnan
9,730 Points

I agree. The video was moving too rapidly as if the tutor expected this was a refresher. I watched it merely to complete the track.

Ken Wilson I also agree, these videos are pretty awful and don't explain enough of what's happening to understand what we're suppose to do.

The following given line works to this question:

Good Louck!!

git flow hotfix start signup_bug