Github repository kodi code#
But when working with GitHub Repositories, the code doesn’t live on your local computer: it’s still just on GitHub. git clone), files are saved to your computer’s local file system. When you work in a traditional git workflow (i.e. from the Command Palette or from the remote indicator, you're presented the option to continue your work locally, in a container volume (if you have the Remote - Containers extension), or in GitHub Codespaces. When working with GitHub repositories, you have several options to continue working in a more powerful environment. Additionally, you can apply uncommitted changes across branches from the same repository. You can quickly open a GitHub repository to continue working, or view and compare any uncommitted changes you may have.Open GitHub Repositories in the Remote Explorer to see all the GitHub repositories you've accessed.Flags potential merge conflicts if you've modified the same file as someone else.Indicates the number of unpulled commits on the status bar.Automatically detects if there are new changes on GitHub - always stay up to date.
When you pause work on one branch and switch to another one, you don’t need to stash your changes - they’ll stay on the previous branch, and when you go back, your changes will be there to pick up right where you left off.Working changes are independent to the branch - work on multiple branches simultaneously!.
Github repository kodi full#
As such, there are still many situations where you may still want to clone a repository and get the full power of VS Code and all its extensions. While GitHub Repositories is a great solution for many scenarios today, it does have certain limitations as you'll see below, so it's not ( yet?) a cure-all.
However, cloning repos takes time and maintenance, as your local copy can quickly become out of date if you don't pull changes regularly. We may want to look at the source code of a library we use, experiment with new tools, or just feel the desire to learn something new. Why do you need GitHub Repositories?Īs developers, we often clone Git repos locally just to browse them or make small edits. The GitHub Repositories extension lets you quickly browse, search, edit, and commit to any remote GitHub repository directly from within Visual Studio Code. This is the pre-release edition of Remote Repositories for early feedback and testing.