Skip to content

antonnagorniy/delete_old_branches_cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple CLI app to clean your projects from old git branches

Actions Status Coverage Status Releases License

Example usage:

1. clone repo
2. cargo run
    or
   cargo build
and use binary
3. In path request provide a path to a repo
4.      'all' or 'a' - Shows all branches
        'local' or 'l' - Shows local branches
        'remote' or 'r' - Shows remote branches
        'check branch_name' or 'c branch_name' - Shows branch by specified name
        'delete branch name' or 'd branch name' - Deletes branch by specified name
        'help' or 'h' or '?' - Shows this help list 
        'quit' or 'q' - Exits from app

Work in progress

  1. Implement a command to view branches older than xx(in days, weeks, months or years)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages