Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/candycoded/gitstatus

🔧 A simple git status panel for Unity.
https://github.com/candycoded/gitstatus

git unity unity3d

Last synced: 28 days ago
JSON representation

🔧 A simple git status panel for Unity.

Awesome Lists containing this project

README

        

# GitStatus

> Unity editor panel that displays the current git status.

[![npm](https://img.shields.io/npm/v/xyz.candycoded.gitstatus)](https://www.npmjs.com/package/xyz.candycoded.gitstatus)



## Features

- Asset status icons
- Branch switching
- Discard changes to files or folder
- Editor status panel
- MacOS and Windows support 🎉

## Install

### Unity Package Manager

#### Git

```json
{
"dependencies": {
"xyz.candycoded.gitstatus": "https://github.com/CandyCoded/gitstatus.git#v2.1.0",
...
}
}
```

#### Scoped UPM Registry

```json
{
"dependencies": {
"xyz.candycoded.gitstatus": "2.1.0",
...
},
"scopedRegistries": [
{
"name": "candycoded",
"url": "https://registry.npmjs.com",
"scopes": ["xyz.candycoded"]
}
]
}
```