linux - 如何在 Linux 的 VS CODE 中打开我的 GIT REPO

标签 linux git visual-studio-code

我已经通过 VS CODE 站点安装了 VS Code。 现在我想用它打开我的 git 存储库来编辑文件。 在 Linux 上安装完成。

最佳答案

  1. 首先将您的存储库克隆到本地目录。
  2. 打开 VSCode。
  3. 选择“文件-->打开文件夹”并选择克隆的文件夹。

文件将显示在侧边栏中。

关于linux - 如何在 Linux 的 VS CODE 中打开我的 GIT REPO,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52197443/

相关文章:

git - 使用 GIT 对 Java 网站进行版本控制的最佳方法是什么

git - 如何撤消 git push -u origin my_branch?

visual-studio-code - VSCode 中 JSX 标签内的片段

visual-studio-code - VSCode : how to avoid to open more than one file for each editor group?

linux - 在 Linux 中,log4j.appender.R.File 的默认根目录在哪里?

c++ - Eclipse 乱七八糟的系统和本地头文件?

c - 对 pthread_create 和 pthread_join 的 undefined reference

c++ - 在我的程序中分析 CPU 使用情况的最佳选择?

git - CocoaPods/Specs.git 的权限被拒绝

visual-studio-code - 如何使用环境变量为 pytest 配置 VS 代码