https://github.com/candycoded/gitstatus
🔧 A simple git status panel for Unity.
https://github.com/candycoded/gitstatus
git unity unity3d
Last synced: 4 months 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 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-04T03:38:27.000Z (almost 6 years ago)
- Last Synced: 2025-06-30T08:13:48.454Z (5 months ago)
- Topics: git, unity, unity3d
- Language: C#
- Homepage:
- Size: 429 KB
- Stars: 16
- Watchers: 0
- 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.
[](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"]
}
]
}
```