Skip to content

Commit 911cc76

Browse files
committed
fix: broken image links
1 parent 0abd74c commit 911cc76

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/07-Features/11-Git.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,35 +4,35 @@ title: Git
44

55
**Phoenix Code** includes built-in Git support, allowing you to manage version control directly within the editor. Git can be accessed from the toolbar icon or the File menu in the menu bar.
66

7-
![Git Overview](../images/git-images/git-overview.png "Git Overview")
7+
![Git Overview](./images/git-images/git-overview.png "Git Overview")
88

99
> To use Git features inside Phoenix Code, ensure Git is installed on your computer. [Download Git](https://git-scm.com/downloads)
1010
1111
Note: *For projects without an existing Git repository, the Git icon won’t appear by default. To initialize or connect a Git repository, use the File menu to set up Git for your project.*
1212

1313
The Git Panel in **Phoenix Code** provides a simple interface for managing version control. It allows you to track changes, commit updates, interact with remote repositories and many more without leaving the editor.
1414

15-
![Git Panel](../images/git-images/git-panel.png "Git Panel")
15+
![Git Panel](./images/git-images/git-panel.png "Git Panel")
1616

1717

1818
## Initializing a Git repository
1919

2020
To initialize a Git repository in a project that doesn’t already have one, click on `File > Git > Init`. This will set up Git for your current project. After initialization, the Git icon will appear in the toolbar, indicating that version control is active.
2121

22-
![Git Init](../images/git-images/git-init.png "Git Init")
22+
![Git Init](./images/git-images/git-init.png "Git Init")
2323

2424

2525
## Cloning a Git repository
2626

2727
If you want to clone an existing project, you can do so directly within the editor. To clone a repository, go to `File > Git > Clone`. A dialog will appear, prompting you to enter the URL of the repository you wish to clone.
2828

29-
![Git Clone](../images/git-images/git-clone-dialog.png "Git Clone")
29+
![Git Clone](./images/git-images/git-clone-dialog.png "Git Clone")
3030

3131
### More Options
3232

3333
In the Clone Repository dialog, clicking on `More Options` expands additional settings for authentication.
3434

35-
![Git Clone More options](../images/git-images/git-clone-more-options.png "Git Clone more options")
35+
![Git Clone More options](./images/git-images/git-clone-more-options.png "Git Clone more options")
3636

3737
**Credentials**: This section allows you to enter your *username* and *password* for repositories that require authentication. Typically, if your credentials are already stored in a credential manager (like SSH keys or a Git credential manager), you don't need to fill in these fields.
3838

0 commit comments

Comments
 (0)