File: plugin.properties

package info (click to toggle)
eclipse-egit 2.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 12,048 kB
  • sloc: java: 88,571; xml: 7,166; sh: 182; makefile: 4
file content (14 lines) | stat: -rw-r--r-- 905 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
###############################################################################
# Copyright (c) 2010 Chris Aniszczyk and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
###############################################################################
Bundle-Vendor = Eclipse EGit
Bundle-Name = Git Team Provider Documentation
cheatsheet.category = Team/Git
cheatsheet.clone.name = Cloning a Git Repository
cheatsheet.clone.desc = With the Git Clone Wizard you can clone repositories using different transport protocols.
cheatsheet.push.name = Pushing to another Git Repository
cheatsheet.push.desc = With the Git Push Wizard you can push commits to another repository using different transport protocols.