1 <?xml version="1.0" encoding="UTF-8"?>
3 Copyright (C) 2010, 2021 Philipp Thun <philipp.thun@sap.com> and others.
5 All rights reserved. This program and the accompanying materials
6 are made available under the terms of the Eclipse Public License 2.0
7 which accompanies this distribution, and is available at
8 https://www.eclipse.org/legal/epl-2.0/
10 SPDX-License-Identifier: EPL-2.0
12 <?eclipse version="3.4"?>
14 <context id="GitCloneWizard" title="Clone Git Repository">
15 <description>To be guided through this wizard start the cheat sheet 'Cloning a Git Repository' below.</description>
17 serialization="org.eclipse.ui.cheatsheets.openCheatSheet(cheatSheetId=org.eclipse.egit.cheatsheets.clone)"
18 label="Cloning a Git Repository" />
20 <context id="PushWizard" title="Push To Another Repository">
21 <description>To be guided through this wizard start the cheat sheet 'Pushing to another Git Repository' below.</description>
23 serialization="org.eclipse.ui.cheatsheets.openCheatSheet(cheatSheetId=org.eclipse.egit.cheatsheets.push)"
24 label="Pushing to another Git Repository" />
26 <context id="gpgSigning" title="Configuring GPG">
27 <topic href="contexts/GpgConfiguration.html" label="GPG Configuration" />