Updates remote repositories section

This commit is contained in:
Eric Amodio 2021-06-08 15:02:42 -04:00
Родитель a44e29260e
Коммит b61f621d3b
2 изменённых файлов: 9 добавлений и 2 удалений

Просмотреть файл

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6698e97047a36344418455c27030d21c78293b654a04610f1a735ee48f76dca8
size 27377

Просмотреть файл

@ -141,11 +141,15 @@ The new page will be called **Getting Started** until we phase the existing Welc
### Remote Repositories
The **Remote Repositories** extension was introduced as a [built-in preview feature in 1.56](https://code.visualstudio.com/updates/v1_56#_remote-repositories-remotehub) and is now publicly available, but it is no longer built-in to VS Code.
The **Remote Repositories** extension was introduced as a [built-in preview feature in 1.56](https://code.visualstudio.com/updates/v1_56#_remote-repositories-remotehub) and is now publicly available, but it is no longer built-in to VS Code so you'll need install it from the [marketplace](https://marketplace.visualstudio.com/items?itemName=GitHub.remotehub).
As a quick recap, the **Remote Repositories** extension allows you to instantly browse, search, edit, and commit to any GitHub repository directly from within VS Code without having to clone or have the repository locally.
In this iteration, while we were mainly focused on bug fixing and polishing the extension for release, we did add a few new features. You can now see your remote repositories in the **Remote Explorer** view to quickly open or compare any uncommitted changes you may have. Additionally, you can apply changes, from the same repository, to the current remote repository allowing you to quickly and easily move uncommitted changes from one branch to another.
In this iteration, while we were mainly focused on bug fixing and polishing the extension for release, we did add a few new features. You can now see your remote repositories in the **Remote Explorer** to quickly open or compare any uncommitted changes you may have. Additionally, you can apply changes, from the same repository, to the current remote repository allowing you to quickly and easily move uncommitted changes from one branch to another.
![Remote Repositories Remote Explorer view](images/1_57/remote-repositories-remote-explorer.png)
*Theme: [Amethyst Dark Theme](https://marketplace.visualstudio.com/items?itemName=eamodio.amethyst-theme)*
### Improved editor drag and drop across windows