Skip to content

nenjiru/FlowerGit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

✿ Flower Git

Git の簡易操作を行うエディタ拡張

サポートする機能

  • ワーキングツリーの操作
    • 任意のファイルをステージング(git add {path}
    • 任意のファイルの変更取り消し(git restore {path}
    • コンフリクト時は以下の取り込みが可能
      • 相手の変更git checkout --theirs
      • 自分の変更git checkout --ours
  • ステージングの操作
    • ステージングの取り消し(git restore --staged {path}
    • コミット(git commit -m {message}
  • リモートとの同期
    • プル(pull --no-edit)とプッシュ(push)を一括で行う

サポートしない機能

  • リポジトリ操作
  • ブランチ操作
  • その他チェックアウト、フェッチ、スタッシュなど

使い方

  1. PackageManager に https://github.com/nenjiru/FlowerGit.git を追加
  2. Assets/Flower Git で操作ウィンドウを開く

About

Simple operation of Git in Unity Editor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages