Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 2.07 KB

git-tools.md

File metadata and controls

21 lines (19 loc) · 2.07 KB

Git Tools

Libraries for working with Git VCS

  • Bonobo Git Server - Bonobo Git Server for Windows is a web application you can install on your IIS and easily manage and connect to your git repositories. https://bonobogitserver.com/
  • GitExtensions - GitExtensions is a shell extension, a Visual Studio 2008/2010/2012/2013 plugin and a standalone Git repository tool. http:https://gitextensions.github.io/
  • GitLink - let's users step through their code hosted on GitHub or BitBucket
  • GitVersion - Generate a Semantic Version Number based on the state of your Git Repository
  • LibGit2Sharp - LibGit2Sharp brings all the might and speed of libgit2, a native Git implementation, to the managed world of .Net and Mono.
  • NGit - NGit is a port of JGit to C#
  • posh-git - A PowerShell environment for Git
  • Git Credential Manager for Windows - Helps solving issues of credentials, made by Microsoft
  • ginatra - A web frontend for Git repositories.
  • git-auto-bisect - Find the commit that broke master.
  • git_reflow - An automated quality control workflow for Agile teams.
  • git-spelunk - Dig through git blame history.
  • git-up - Fetch and rebase all locally-tracked remote branches.
  • git-whence - Find which merge a commit came from.
  • Overcommit - A fully configurable and extendable Git hook manager.
  • Rugged - Ruby bindings to libgit2.
  • katip - Change logger for Git initialized projects