git-geass
TypeScript icon, indicating that this package has built-in type declarations

0.1.4 • Public • Published

git-actions

npm version npm downloads bundle JSDocs License

Some quick interactive actions for git.

Its name inspired by code-geass.

Install

pnpm i -g git-geass
# npm i -g git-actions
# yarn add -g git-actions

Usage

# git-geass help
gitg -h
git-geass -h

# clean branch
gitg clean branch
# clean 10 days ago branch
gitg clean branch -d 10
# clean merged to master branch
gitg clean branch -m master
# clean merged to master/main branch
gitg clean branch -m master -m main
# clean remote branches
gitg clean branch -r

License

MIT LICENSE @2024-PRESENT @YunYouJun

Readme

Keywords

none

Package Sidebar

Install

npm i git-geass

Weekly Downloads

3

Version

0.1.4

License

MIT

Unpacked Size

32.2 kB

Total Files

9

Last publish

Collaborators

  • yunyoujun