use-github

本文最后更新于:2023年8月12日 中午

高级搜索

  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

1
2
3
4
5
6
7
8
9
10
11
12
13
{
"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"
}
}
}

use-github
https://cc01cc.com/2022/06/05/use-github/index.html
作者
cc01cc(zeo)
发布于
2022年6月6日
更新于
2023年8月12日
许可协议