Popularity
0.6
Stable
Activity
0.0
Stable
12
2
1

Description

This tool is used to clear merged pull requests ref (branch) on GitHub. Since GitHub have no feature to auto deletion branch on pull request, we usually has been forgotten to delete the branch manually.

Programming language: Python
Tags: Command-line Tools     CLI     Utilities     Github    

GitHub PR Cleaner alternatives and similar packages

Based on the "Command-line Tools" category.
Alternatively, view GitHub PR Cleaner alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of GitHub PR Cleaner or a related project?

Add another 'Command-line Tools' Package

README

GitHub PR Cleansing

This tool is used to clear merged pull requests ref (branch) on GitHub.

GitHub has no feature to auto delete branches on pull request, and we usually forget to delete the branch manually. PR Cleansing provides a quick, easy PR clear using the CLI.

Installation

Requirements

Python (both 2 or 3 should be works, hopefully)

Dependencies Installation

$ pip install -r requirements.txt

Usage

$ python application.py

Just follow the instructions on cli. Input the GitHub username, password, target user/ organization, target repository. This tool will automatically clean your beloved repository for you.