GitLab Prune


While interning at Engati, I noticed that many of their GitLab repositories were filled with long ignored, unused branches. As such, I decided to write a Python script that systematically cleaned those repositories, deleting branches that had not been modified past a certain date. To do so, I used the Python-GitLab and GitPython libraries to create a simple command line program that is still used to help maintain the company's repositories.

Find me on ︎︎, ︎, or ︎.