EGit v5.0.0.201805221745-rc1
[egit/eclipse.git] / org.eclipse.egit.doc / contexts.xml
blob7e37b252bb15cfebd9e70cb941d32c0d01d5fea7
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
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
9 -->
10 <?eclipse version="3.4"?>
11 <contexts>
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>
14                 <command
15                         serialization="org.eclipse.ui.cheatsheets.openCheatSheet(cheatSheetId=org.eclipse.egit.cheatsheets.clone)"
16                         label="Cloning a Git Repository" />
17         </context>
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>
20                 <command
21                         serialization="org.eclipse.ui.cheatsheets.openCheatSheet(cheatSheetId=org.eclipse.egit.cheatsheets.push)"
22                         label="Pushing to another Git Repository" />
23         </context>
24 </contexts>