+ {mode === 'sync' && existingUrl + ? `Update ${extractRepoName(existingUrl)} with your latest changes` + : 'Create a new repository with your generated code' + } +
+{message}
+ {children} ++ Remote has {remoteStatus.aheadBy} commit(s) not in your app. + Your app has {remoteStatus.behindBy} commit(s) not on GitHub. +
+ + {remoteStatus.divergedCommits.length > 0 && ( +Commits that will be lost:
++ ⚠️ Force pushing will replace GitHub's history with yours. + This action cannot be undone. +
+Create a new repository with your generated code
+ +- Your code has been successfully exported to GitHub -
- +- {exportResult.error || 'An error occurred during export'} +
+ Would you like to sync your changes to this existing repository?
-{exportProgress.message}