1 <?xml version="1.0" encoding="UTF-8"?>
3 Copyright (C) 2010, Philipp Thun <philipp.thun@sap.com>
5 All rights reserved. This program and the accompanying materials
6 are made available under the terms of the Eclipse Public License v1.0
7 which accompanies this distribution, and is available at
8 http://www.eclipse.org/legal/epl-v10.html
10 <?eclipse version="3.4"?>
12 <context id="GitCloneWizard" title="Clone Git Repository">
13 <description>To be guided through this wizard start the cheat sheet 'Cloning a Git Repository' below.</description>
15 serialization="org.eclipse.ui.cheatsheets.openCheatSheet(cheatSheetId=org.eclipse.egit.cheatsheets.clone)"
16 label="Cloning a Git Repository" />
18 <context id="PushWizard" title="Push To Another Repository">
19 <description>To be guided through this wizard start the cheat sheet 'Pushing to another Git Repository' below.</description>
21 serialization="org.eclipse.ui.cheatsheets.openCheatSheet(cheatSheetId=org.eclipse.egit.cheatsheets.push)"
22 label="Pushing to another Git Repository" />