1
0
mirror of https://github.com/tiimgreen/github-cheat-sheet.git synced 2025-08-08 17:06:36 +02:00

fix a mismatched brace

This commit is contained in:
waterfox0323
2014-04-30 10:28:11 +08:00
parent 550e91316a
commit 89ab249497

View File

@@ -131,7 +131,7 @@ https://github.com/rails/rails/compare/master@{2014-10-04}...master
### Compare Branches across Forked Repositories
想要对派生仓库Forked Repository之间的分支进行比较可以像下面这样修改URL实现
想要对派生仓库Forked Repository之间的分支进行比较可以像下面这样修改URL实现
```
https://github.com/user/repo/compare/{foreign-user}:{branch}...{own-branch}
@@ -186,10 +186,10 @@ Location: https://github.com/...
在仓库主页上提供了快捷键方便快速导航。
-`t` 键会打开一个文件浏览器。 Pressing `t` will bring up a file explorer.
-`w` 键会打开分支选择菜单。 Pressing `w` will bring up the branch selector.
-`s` 键会激活顶端的命令栏 (Command Bar)。Pressing `s` will select the Command Bar.
-`l` 键编辑Issue列表页的标签。 Pressing `l` will edit labels on existing Issues.
-`t` 键会打开一个文件浏览器。
-`w` 键会打开分支选择菜单。
-`s` 键会激活顶端的命令栏 (Command Bar)。
-`l` 键编辑Issue列表页的标签。
- **查看文件内容时**(如:`https://github.com/tiimgreen/github-cheat-sheet/blob/master/README.md`),按 `y` 键将会冻结这个页面,这样就算代码被修改了也不会影响你当前看到的。
`?`查看当前页面支持的快捷键列表: