+ +
+

${_("About Export to Git")}

+
+

${_("Use this to export your course to its git repository.")}

+

${_("This will then trigger an automatic update of the main LMS site and update the contents of your course visible there to students if automatic git imports are configured.")}

+
+
+ +
+

${_("Export Course to Git:")}

+ + % if not context_course.giturl: +

${_("giturl must be defined in your course settings before you can export to git.")}

+ % else: + + % endif +
+
+ % if msg: + % if failed: +

${_('Export Failed')}:

+ % else: +

${_('Export Succeeded')}:

+ % endif +
${msg|h}
+ % endif +
+