Skip to content

yannduran/libgitflow2sharp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Extension methods for GitFlow using 100% libgit2sharp

The concept is to add all the GitFlow commands to Libgit2Sharp. There is no need to install the GitFlow extensions for this to work.

Usage:

using (var repo = new Repository(pathtorepo))
{
     repo.Flow().StartFeature("featurename");
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%