Skip to content

Commit 23444c8

Browse files
committed
feat: add branch dropdown and open all changed files images in git doc
1 parent 0afc3f1 commit 23444c8

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

docs/05-Workspace/06-git.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ You can also discard all changes made to all files at once by clicking the three
9393

9494
To open every changed file at once, click the three dots at the top-right of the Git panel and select `Open All Changed Files`.
9595

96+
![Open All Changed Files](../images/git-images/open-all-changed-files.png "Open All Changed Files in the Git panel menu")
97+
9698
Every modified and untracked file opens in the editor. Deleted files are skipped, since they no longer exist on disk. Untracked files are also skipped if you turned on `Hide untracked files in panel`.
9799

98100
Files that are already open stay as they are. If the file you are viewing is one of the changed files, Phoenix Code keeps you on it. Otherwise it takes you to the first changed file.
@@ -246,7 +248,7 @@ This lets you inspect changes directly within the editor.
246248

247249
The Git branch is shown in two places: in the sidebar, and on the Git panel toolbar. Clicking either one opens the same branch dropdown, next to the button you clicked.
248250

249-
<!-- TODO: PLUTO - add image here showing the branch button in the git panel toolbar -->
251+
![Branch dropdown](../images/git-images/git-branch-dropdown.png "Branch dropdown from the Git panel toolbar")
250252

251253
> The branch button is hidden when the Git panel is too narrow to fit it. The sidebar always shows the branch name.
252254
53.3 KB
Loading
130 KB
Loading

0 commit comments

Comments
 (0)