You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: git.qmd
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -26,11 +26,11 @@ Before you can use Git in Positron, you need to have Git installed on your compu
26
26
27
27
Positron provides a few ways to work with Git repositories:
28
28
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
32
32
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...*.
34
34
35
35
### Initialize Git in an existing project
36
36
@@ -92,8 +92,8 @@ Positron provides a 3-way merge editor to help you resolve conflicts by choosing
92
92
93
93
## Additional Resources
94
94
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