3.3.0 • Published 9 months ago

local-branch-cleanup v3.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

📦🚀 Local Branch Cleanup

semantic-release: angular npm latest version

Welcome to your Local Branch Cleanup project!

Local Branch Cleanup is a command-line interface (CLI) tool to delete unused local branches in a Git repository.

Installation

You can install the local-branch-cleanup CLI tool globally using npm:

npm install -g local-branch-cleanup

Usage

To clean up unused local branches in your Git repository, run the following command:

lbc exclude <branchToExclude>

Replace branchToExclude with the name of the branch you want to exclude from deletion. The default value for branchToExclude is main.

Features

  • Easily clean up unused local branches.
  • Exclude a specific branch from deletion.
  • Interactive command-line interface for uncommitted changes.
  • Interactive command-line interface for unpushed changes.

Contributing

Contributions are welcome! If you find a bug or have a feature request, please open an issue.

To contribute to this project, follow these steps:

  1. Fork this repository.
  2. Create a new branch for your feature or bug fix.
  3. Make your changes and commit them.
  4. Push your changes to your fork.
  5. Create a pull request to merge your changes into the main repository.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Acknowledgements

  • simple-git - A Git library for Node.js.

Author

Contact

3.3.0

9 months ago

3.2.0

9 months ago

3.1.0

9 months ago

3.3.0-rc.1

9 months ago

3.0.0

9 months ago

2.0.0

9 months ago

1.0.2

9 months ago

1.0.1

9 months ago

1.0.0

9 months ago