git-extras
                                
                                
                                
                                    git-extras copied to clipboard
                            
                            
                            
                        GIT utilities -- repo summary, repl, changelog population, author commit percentages and more
It works without it. 🤷🏻♂️
Would it be possible to install git-extras through the [Winget](https://github.com/microsoft/winget-pkgs/issues/8900) on Windows?
(win64) git summary works ok. git summary --line shows the project line then freezes
My definition of sync is * Pull latest commits * Push latest commits Why does it also do a hard reset?
When reviewing PR's, I use `git pr` a lot, and I am very grateful to have it. Now that GitHub allows pushing to changes back to the original source branch...
Currently we are using ronn to convert markdown docs to man pages and html files. Ronn is not longer maintained so we want to use ronn-ng instead. There are two...
I have a large repository I'd like to get stats for, problem is, at one time I reformatted the entire repository, I'd like to exclude that commit.
Way to powerfull tool 😉 Like create-branch this should have a -r (remote) option instead. This way you are not able to delete a remote by accident. Deleting is easier...
For repos that use SAML SSO, email, password, and 2fa otp aren't sufficient., and GitHub kicks back that you must configure a Personal Access Token. It doesn't look like the...
Add a command to merge into remote branch, basically, something like: `git merge-into dev; git checkout dev; git push origin dev`