Skip to content

Commit c424cab

Browse files
Updates with review suggestions
Co-authored-by: Julia Silge <julia.silge@gmail.com>
1 parent e4c1af6 commit c424cab

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

git.qmd

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ Before you can use Git in Positron, you need to have Git installed on your compu
2626

2727
Positron provides a few ways to work with Git repositories:
2828

29-
- **Open Folder** to use an existing Git repository
30-
- **New Folder** to create a new folder, with the option to initialize it as a Git repository
31-
- **New from Git** to clone an existing Git repository from a remote source like GitHub
29+
- **Open Folder** to open an existing Git repository that you already have locally
30+
- **New Folder from Template** to create a new folder locally, with the option to initialize it as a Git repository
31+
- **New Folder from Git** to clone an existing Git repository from a remote source like GitHub
3232

33-
These options are available from the Welcome screen when you first open Positron, or you can access them later through the Command Palette (<kbd>Cmd/Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>P</kbd>) by searching for *Workspaces: New Folder from Git...* or *Workspaces: New Folder from Template...*.
33+
These options are available from the Welcome screen when you are not already in a folder/workspace, or you can access them later through the Command Palette (<kbd>Cmd/Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>P</kbd>) by searching for *Workspaces: New Folder from Git...* or *Workspaces: New Folder from Template...*.
3434

3535
### Initialize Git in an existing project
3636

@@ -92,8 +92,8 @@ Positron provides a 3-way merge editor to help you resolve conflicts by choosing
9292

9393
## Additional Resources
9494

95-
- [Introduction to Git in VS Code ](https://code.visualstudio.com/docs/sourcecontrol/intro-to-git) - Comprehensive guide with screenshots and examples
96-
- [Git Documentation](https://git-scm.com/doc) - Official Git documentation
97-
- [GitHub Docs](https://guides.github.com/) - Learn GitHub-specific features
98-
- [Learn Git Branching](https://learngitbranching.js.org/) - Visual and interactive way to learn Git
99-
- [Happy Git and GitHub for the useR](https://happygitwithr.com/) - A guide for R users to learn Git and GitHub
95+
- [Introduction to Git in VS Code ](https://code.visualstudio.com/docs/sourcecontrol/intro-to-git): Comprehensive guide with screenshots and examples
96+
- [Git Documentation](https://git-scm.com/doc): Official Git documentation
97+
- [GitHub Docs](https://guides.github.com/): Learn GitHub-specific features
98+
- [Learn Git Branching](https://learngitbranching.js.org/): Visual and interactive way to learn Git
99+
- [Happy Git and GitHub for the useR](https://happygitwithr.com/): A guide for R users to learn Git and GitHub

0 commit comments

Comments
 (0)