Skip to content

Provides examples and code snippets for the JGit Java Git implementation

Notifications You must be signed in to change notification settings

noamkachko/jgit-cookbook

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 

Repository files navigation

jgit-cookbook

Build Status

Provides examples and code snippets for the JGit Java Git implementation.

The JGit framework is rich and diverse, it has two layers, a low-level api and a higher-level set of porcelain commands.

This project tries to provide a collection of ready-to-run snippets which try to augment the existing JavaDoc and the User Guide

Getting started

Grab it
git clone git://github.com/centic9/jgit-cookbook
Build it and create Eclipse project files
mvn dependency:sources eclipse:eclipse package

Run it

Import the project into an Eclipse workspace and execute the snippets there.

Currently the following snippets are available

General Repository handling
Porcelain commands
Low-level API

Missing snippets

Sources

The following sources were used to build the snippets

Contribute

Please note that the list of snippets is not yet complete, probably never will. If you are missing things or have suggestions how to improve or add snippets, please either send pull requests or create issues.

Licensing

Copyright 2013, 2014 Dominik Stadler

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

 http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

Provides examples and code snippets for the JGit Java Git implementation

Resources

Stars

Watchers

Forks

Packages

No packages published