clean-repo
v1.1.2
Published
## Fetures: - this tool will remove all local branches except of: - branches called `develop`, `development` and `master` - this tool was created in 5min and is very hardcoded - it was tested only on windows enviroment
Downloads
4
Readme
CLEAN-REPO
Fetures:
- this tool will remove all local branches except of:
- branches called
develop
,development
andmaster
- branches called
- this tool was created in 5min and is very hardcoded
- it was tested only on windows enviroment
How to use
- install with
npm install -g clean-repo
- in cmd navigate to root of your git repozitory
- select your branch, you want to keep
- run
clean-repo
todo list (hopefully I will have time for this)
- [ ] create git repo
- [ ] let user select branches to delete
- [ ] test on other enviroments