The Git beta is now publicly available to everyone on Zed Preview. 🎉
- Git Beta: Added keyboard shortcuts (when the panel is open) for fetch
ctrl-g ctrl-g
, pullctrl-g down
, pushctrl-g up
, force-pushctrl-g shift-up
, open diffctrl-g d
. (#26374) - Git Beta: Added a panel header with an open diff and stage/unstage all buttons. (#26354)
- Git Beta: Added more information about Git branches to the branch picker. (#25359)
- Git Beta: Passed down environment variables from project to Git operations. (#26301)
- Git Beta: Truncated the branch selector in the commit modal. (#26417)
- Git Beta: Fixed a bug that caused the project diff not to update in response to Git-related events. (#26396)
- Git Beta: Fixed escape tooltip in commit modal. (#26405)
- Git Beta: Fixed opening the branch selector in the commit modal with
cmd-option-b
. (#26417) - Git Beta: Fixed being unable to enter a newline in the Git panel's commit editor on Linux. (#26427)
- Git Beta: Fixed a panic that could occur when using the project diff. (#26394)
- Fixed
editor: copy permalink to line
to now use the upstream of the current branch instead oforigin
. (#26398)