Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.egit.doc/contexts.xml')
-rw-r--r--org.eclipse.egit.doc/contexts.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/org.eclipse.egit.doc/contexts.xml b/org.eclipse.egit.doc/contexts.xml
new file mode 100644
index 0000000000..d3c3ad8d7a
--- /dev/null
+++ b/org.eclipse.egit.doc/contexts.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.4"?>
+<contexts>
+ <context id="GitCloneWizard" title="Clone Git Repository">
+ <description>To be guided through this wizard start the cheat sheet 'Cloning a Git Repository' below.</description>
+ <command
+ serialization="org.eclipse.ui.cheatsheets.openCheatSheet(cheatSheetId=org.eclipse.egit.cheatsheets.clone)"
+ label="Cloning a Git Repository" />
+ </context>
+</contexts>

Back to the top