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: src/routes/docs/features/git/+page.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,4 +28,8 @@ The Details Pane will display the repository name and current checked out branch
28
28
29
29
### Opening a Git repository in VS Code (or your IDE of choice)
30
30
31
-
When browsing a Git repository, the Status Bar will show an option to open the current folder in your selected IDE.
31
+
When browsing a Git repository, the Status Bar will show an option to open the current folder in your selected IDE. The default IDE can be changed from the dev tools settings page.
32
+
33
+
### Cloning repositories from GitHub
34
+
35
+
Repositories can be cloned from GitHub with 'Clone' action. The simplest method is to drag and drop the repository URL from your browser into Files. You can also access this feature through the [Command Palette](/docs/features/command-palette/) or assign it a custom keyboard shortcut via the actions [settings page](/docs/customize-settings/actions/).
0 commit comments