d1y / git_firefly

12 stars 1 forks source link

Git Firefly

Support the following syntax highlighting:

Use zed commit editor

https://github.com/zed-industries/zed/issues/7048

{
  "terminal": {
    "env": {
      "EDITOR": "zed --wait"
    }
  }
}

And Then

git add .
git commit
git push -f # take off