git-extras
                                
                                
                                
                                    git-extras copied to clipboard
                            
                            
                            
                        GIT utilities -- repo summary, repl, changelog population, author commit percentages and more
@tfendin suggests that we can switch the default branch of this repo from master to main: https://github.com/tj/git-extras/pull/946#issuecomment-1003358562 @tj @hemanth What do you think about this?
The readme seems to indicate that subsequent calls to `git feature XYZ` should check that branch out. It doesn't appear to be working for me... am I doing something wrong?...
DON'T BE PANIC! I am still maintaining the project and will continue to do so in a few years. But I will spend more time in both work and family...
Hello! Acording to the man documentation there is the configuration variable `git-extras.default-branch`. Is it possible to get this info directly from the vanilla git configuration variable `init.default-branch`? And, make the...
We have branches whose name contain either svn or the name or extra default branch (e.g. svnner). Thus, improving the filter to only drop exact matches. This also synchronizes the...
I always have to do this, there are a better way ?
I need the email address on the summary to work easier with `git reauthor`
Added support for forking on instances of Github other than github.com. In addition added ability to pull stored settings from git config so that one is not prompted each time...
Gets all the versions of a particular file from the repository Places them in a directory called `filename_version` right next the file Usage ``` git versions ``` Please feel free...