Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: d3c3ad8d7ac96f28a7761f15b603d9a33c7cdeba (plain) (blame)
1
2
3
4
5
6
7
8
9
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