Browsing Category: Git Tools
 
                                
                                        
                                            sourcelink
                                        
                                    
                                    
Source Link enables a great source debugging experience for your users, by adding source control metadata to your built assets
 
                                
                                        
                                            Git Credential Manager for Windows
                                        
                                    
                                    
Helps solving issues of credentials, made by Microsoft
 
                                
                                        
                                            RepoZ
                                        
                                    
                                    
A Git repository information aggregator with Windows Explorer & CLI-enhancements
 
                                
                                        
                                            posh-git
                                        
                                    
                                    
A PowerShell environment for Git
 
                                
                             
                                
                                        
                                            GitRead.Net
                                        
                                    
                                    
GitRead.Net is a .NET Standard library which allows you to very easily interrogate a Git repository that you have on disk. It allows you to enumerate the commit log, count lines per file and list files changed by a commit.
 
                                
                                        
                                            LibGit2Sharp
                                        
                                    
                                    
LibGit2Sharp brings all the might and speed of libgit2, a native Git implementation, to the managed world of .NET and Mono.
 
                                
                                        
                                            GitVersion
                                        
                                    
                                    
Generate a Semantic Version Number based on the state of your Git repository
 
                                
                                        
                                            GitLink
                                        
                                    
                                    
let's users step through their code hosted on GitHub or BitBucket
 
                                
                                        
                                            GitExtensions
                                        
                                    
                                    
GitExtensions is a shell extension, a Visual Studio 2008/2010/2012/2013 plugin and a standalone Git repository tool. https://gitextensions.github.io/
 
                                
                                        
                                            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/
 
                                
                                        
                                            Husky.Net
                                        
                                    
                                    
Git hooks made easy with Husky.Net internal task runner, You can use it to lint your commit messages, run tests, lint code, etc... when you commit or push. supports C# scripts, gitflow hooks, Multiple file states (staged, lastCommit, glob)
