With the current release, the source code editor provides a native connection to the Zed version Management GIT.
Repository observation in editor window
In the first phase, the commitment and remote repository can be managed through the transformation, pulling and push through the repository. Zed indicates the staging area in a separate GIT panel, ie planned changes for the next committe.
Zed emphasizes upcoming changes in Codefenster and reflects the difference of previous stand in the repository. The GIT panel shows the affected files.
Zed lists changes in committees in a separate panel. A separate view compars the stand in the repository with a changed code.
(Image: zed.dom)
Changes can be excluded and step by step step by step. The Zed commands the repository to display changes in parallel through the command line.
With the kind of support of your favorite LLM
Since the Zed team has recently focused on integration of AI functions, it is not surprising that a LLM can also help with GIT integration to prepare a committed message.
Zed can automatically involve other team members in changes Co-Authored-By
register. It is also possible to have a commitment at a time without staging to suit the command line command git commit -a
to carry out.
Future plans: At a glance, dissolve conflict and history
The team sees current functions as the first step for comprehensive GIT integration. For the future, a line is planned instead of observing the resolve of merge conflicts and block-based staging.
In addition, a historical view should display the latest committees and related changes.
Performance editor with nuclear roots
Source Code Editor Wears Zed Bus version number 0.177 with current releaseHas enjoying growing popularity for a long time. This is mainly due to the fact that the editor is highly performing.
Unlike cursor or windsurf, Zed electron is not a fork of the VS code on the framework, but is native to the war. especially Your own ui framework gpui Performing significantly more than electrons.
The fact that the Zed is reminiscent of the Open Source Editor Atom, which is also built on the electron, is mainly due to the fact that a mandatory part of the atomic team is behind Zed.
Zed has been an open source project since January 2024.
More details about GIT integration, including details of changes that the team had to do under the hood, Zed can be found in a blog,
(RME)