Skip to content

cjsteele/jgit-usage-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

jgit-usage-examples

Contains a test class showing some simple JGit use cases:

  • Initializing a (local) repository
  • Adding a file
  • Performing a commit
  • Creating a branch
  • Merging a branch (with or without conflicts)
  • Checking out a specific revision
  • Getting all changes to a file over multiple commits
  • Getting all commits that contain changes to a specific file

Installation

Clone this repository and run "mvn clean install" from inside the directory. Requires Java 8.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages