问题
Can one rebase to integrate changes from one branch to another from within Xcode? I know Xcode supports merge but I couldn't find anything for rebasing.
回答1:
It does not since it tries to provide an abstraction over the version control system in use. If want a Mac GUI for git you could use gitx or sourcetree
来源:https://stackoverflow.com/questions/8218233/is-there-support-for-git-rebasing-in-xcode