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 trialjeremiahjacquet
16,885 PointsIs there no ''rebase' option only the 'merge' choice within Xcode? Would this be the reason to sometimes work from cmd?
Just wondering if there is a way to rebase vs merge within Xcode.
Stephen Emery
14,384 PointsStephen Emery
14,384 PointsThere is no rebase option in Xcode. You are right to believe this is one of the reasons to work from the command line.
Just a note, when working with a group, rebasing is highly frowned upon. So avoid using that command as much as possible when collaborating.