use-github

2022-06-06 · 88 字 · 约 1 分钟

# 高级搜索

  1. 【高级搜索页】GitHub · Where software is built: https://github.com/search/advanced
  2. 【帮助文档】About searching on GitHub - GitHub Docs: https://docs.github.com/en/search-github/getting-started-with-searching-on-github/about-searching-on-github

# 快捷键

Keyboard shortcuts - GitHub Docs: https://docs.github.com/en/get-started/using-github/keyboard-shortcuts

*不区分大小写

  1. t 激活文件查找器
  2. l 跳转至代码的某一行

# 在线运行项目

  1. Gitpod: Always ready to code.: https://www.gitpod.io/
  2. url 前添加 https://gitpod.io# 即可

# Codespaces

  1. GitHub 代码空间文档 - GitHub Docs https://docs.github.com/cn/codespaces

# Java & Maven

{
  "image": "mcr.microsoft.com/devcontainers/universal:2",
  "features": {
    "ghcr.io/devcontainers/features/java:1": {
        "version": "17",
        "jdkDistro": "ms",
        "installGradle": "false",
        "gradleVersion": "latest",
        "installMaven": "true",
        "mavenVersion": "latest" 
    }
  }
}