Git Firefly

Support the following syntax highlighting:

  • git_commit
  • git_config
  • git_rebase
  • diff(TODO)
  • gitignore
  • gitattributes

Use zed commit editor

zed-industries/zed#7048

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

And Then

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