Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zyyv/ungite
Git management Viewable.
https://github.com/zyyv/ungite
Last synced: about 1 month ago
JSON representation
Git management Viewable.
- Host: GitHub
- URL: https://github.com/zyyv/ungite
- Owner: zyyv
- License: mit
- Created: 2023-02-22T04:13:22.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-27T13:54:30.000Z (8 months ago)
- Last Synced: 2024-12-07T13:42:37.399Z (about 1 month ago)
- Language: TypeScript
- Homepage:
- Size: 381 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ungite [![npm](https://img.shields.io/npm/v/ungite)](https://npmjs.com/package/ungite)
Git management Viewable.
## Features
- 🔥 Simple operation git flow.## Usage
```shell
pnpm i -g ungite
``````shell
ungite -h
```### Branch
列出所有本地分支:
```shell
ungite b
```![ungite b](./public/branch-list.png)
#### Options
- 列出所有分支
- `-r` 列出所有分支 (包括远程分支)
- `-s` 切换目标分支
- `-d` 删除目标分支 (支持多选)## License
[MIT](./LICENSE) License © 2023 [zyyv](https://github.com/zyyv)