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

Nick Burd
Nick Burd
9,419 Points

GIT-FLOW: problem with final question?

I'm not really sure what to do with this…

Help please?

Question: you can get back to working on your feature. When your feature is finished, what command would you use to finish the feature and merge everything back into master?

2 Answers

git flow feature finish profiles

Pretty sure the command is "publish" on Git Flow.

Nick Burd
Nick Burd
9,419 Points

'Git Flow Feature Finish Profiles'

Finish, right. Publish with push a directory to the remote. I haven't used git-flow in awhile but it's great for keeping teams on the same page, especially if you have some folks who are inexperienced with Git.