docs: Add Git page (#14582)
This PR adds a basic Git page to the docs so that we have somewhere to link to from the Git upsell within Zed. Release Notes: - N/A
This commit is contained in:
parent
09c497f744
commit
0556eddc21
3 changed files with 15 additions and 1 deletions
10
docs/src/git.md
Normal file
10
docs/src/git.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
# Git
|
||||
|
||||
Zed currently supports the following Git features:
|
||||
|
||||
- Diff indicators in buffers and editor scrollbars
|
||||
- Git status in the project panel
|
||||
- Branch creating and switching
|
||||
- Git blame viewing
|
||||
|
||||
More advanced Git features—like staging and committing changes or viewing history within Zed—will be coming in the future.
|
Loading…
Add table
Add a link
Reference in a new issue