Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zyyv/ungite

Git management Viewable.
https://github.com/zyyv/ungite

Last synced: about 1 month ago
JSON representation

Git management Viewable.

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)