https://github.com/syaifulsz/git-branch-cleanup
A helper that helps you manage your git branches from junk branches - it's a PHP file that show all available branches and last commit by who
https://github.com/syaifulsz/git-branch-cleanup
branch cleanup git helper php
Last synced: about 2 months ago
JSON representation
A helper that helps you manage your git branches from junk branches - it's a PHP file that show all available branches and last commit by who
- Host: GitHub
- URL: https://github.com/syaifulsz/git-branch-cleanup
- Owner: syaifulsz
- License: mit
- Created: 2017-04-03T03:01:56.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-03T06:51:54.000Z (over 9 years ago)
- Last Synced: 2025-07-29T22:37:22.132Z (11 months ago)
- Topics: branch, cleanup, git, helper, php
- Language: PHP
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Git Branch Cleanup Helper
If you're working with a high performance team that includes 5-10 software engineers working together. You may end up having a really messy branches on your git project. I had the same problem with mine and here is how I clean up my project from junk branches.