Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/candycoded/gitstatus
- Owner: CandyCoded
- License: mit
- Created: 2019-11-30T02:06:32.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-04T03:38:27.000Z (almost 5 years ago)
- Last Synced: 2024-10-10T10:41:13.384Z (28 days ago)
- Topics: git, unity, unity3d
- Language: C#
- Homepage:
- Size: 429 KB
- Stars: 13
- Watchers: 1
- Forks: 2
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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"]
}
]
}
```