mirror of
https://github.com/tiimgreen/github-cheat-sheet.git
synced 2025-08-09 09:26:42 +02:00
Fix failing links
This commit is contained in:
10
.travis.yml
10
.travis.yml
@@ -7,8 +7,8 @@ before_script:
|
||||
- gem install awesome_bot
|
||||
|
||||
script:
|
||||
- awesome_bot README.md --allow-dupe --allow-redirect --white-list https://github.com/rails/rails/compare/master@,http://git.io/abc123,https://github.com/...,youtube,chrome.google.com/webstore,https://github.com/mathiasbynens/dotfiles/blob/master/.gitconfig*
|
||||
- awesome_bot README.ko.md --allow-dupe --allow-redirect --white-list https://github.com/rails/rails/compare/master@,http://git.io/abc123,https://github.com/...,youtube,chrome.google.com/webstore,https://github.com/mathiasbynens/dotfiles/blob/master/.gitconfig*
|
||||
- awesome_bot README.ja.md --allow-dupe --allow-redirect --white-list https://github.com/rails/rails/compare/master@,http://git.io/abc123,https://github.com/...,youtube,chrome.google.com/webstore,https://github.com/mathiasbynens/dotfiles/blob/master/.gitconfig*
|
||||
- awesome_bot README.zh-cn.md --allow-dupe --allow-redirect --white-list https://github.com/rails/rails/compare/master@,http://git.io/abc123,https://github.com/...,youtube,chrome.google.com/webstore,https://github.com/mathiasbynens/dotfiles/blob/master/.gitconfig*
|
||||
- awesome_bot README.zh-tw.md --allow-dupe --allow-redirect --white-list https://github.com/rails/rails/compare/master@,http://git.io/abc123,https://github.com/...,youtube,chrome.google.com/webstore,https://github.com/mathiasbynens/dotfiles/blob/master/.gitconfig*
|
||||
- awesome_bot README.md --allow-dupe --allow-redirect --white-list https://github.com/rails/rails/compare/master@,http://git.io/abc123,https://github.com/...,youtube,chrome.google.com/webstore,https://github.com/mathiasbynens/dotfiles/blob/master/.gitconfig*,https://github.com/user/repo/compare/
|
||||
- awesome_bot README.ko.md --allow-dupe --allow-redirect --white-list https://github.com/rails/rails/compare/master@,http://git.io/abc123,https://github.com/...,youtube,chrome.google.com/webstore,https://github.com/mathiasbynens/dotfiles/blob/master/.gitconfig*,https://github.com/user/repo/compare/
|
||||
- awesome_bot README.ja.md --allow-dupe --allow-redirect --white-list https://github.com/rails/rails/compare/master@,http://git.io/abc123,https://github.com/...,youtube,chrome.google.com/webstore,https://github.com/mathiasbynens/dotfiles/blob/master/.gitconfig*,https://github.com/user/repo/compare/
|
||||
- awesome_bot README.zh-cn.md --allow-dupe --allow-redirect --white-list https://github.com/rails/rails/compare/master@,http://git.io/abc123,https://github.com/...,youtube,chrome.google.com/webstore,https://github.com/mathiasbynens/dotfiles/blob/master/.gitconfig*,https://github.com/user/repo/compare/
|
||||
- awesome_bot README.zh-tw.md --allow-dupe --allow-redirect --white-list https://github.com/rails/rails/compare/master@,http://git.io/abc123,https://github.com/...,youtube,chrome.google.com/webstore,https://github.com/mathiasbynens/dotfiles/blob/master/.gitconfig*,https://github.com/user/repo/compare/
|
||||
|
@@ -755,8 +755,6 @@ $ git commit -m "Big-ass commit" --allow-empty
|
||||
- リポジトリを利用して誰かと連絡を取りたい時
|
||||
- リポジトリへの最初のコミットをやり直しできるようにしたい時: `git commit -m "init repo" --allow-empty`.
|
||||
|
||||

|
||||
|
||||
### Gitステータスのスタイリング
|
||||
普通に実行すると:
|
||||
|
||||
@@ -982,7 +980,6 @@ $ git config --global color.ui 1
|
||||
| Everyday Git | http://git-scm.com/docs/everyday |
|
||||
| Git Immersion | http://gitimmersion.com/ |
|
||||
| Ry's Git Tutorial | http://rypress.com/tutorials/git/index.html |
|
||||
| Git for Designers | http://hoth.entp.com/output/git_for_designers.html |
|
||||
| Git for Computer Scientists | http://eagain.net/articles/git-for-computer-scientists/ |
|
||||
| Git Magic | http://www-cs-students.stanford.edu/~blynn/gitmagic/ |
|
||||
| GitHub Training Kit | http://training.github.com/kit |
|
||||
|
@@ -817,8 +817,6 @@ $ git commit -m "Big-ass commit" --allow-empty
|
||||
- 저장소를 사용하는 사람과의 대화
|
||||
- 나중에 리베이스하지 않을 저장소의 첫 커밋으로 사용 `git commit -m "init repo" --allow-empty`.
|
||||
|
||||

|
||||
|
||||
### Styled Git Status
|
||||
|
||||
```bash
|
||||
|
@@ -717,8 +717,6 @@ $ git commit -m "Big-ass commit" --allow-empty
|
||||
- 跟使用你仓库的其他人交流。
|
||||
- 作为仓库的第一次提交,因为第一次提交后不能被 rebase: `git commit -m "init repo" --allow-empty`.
|
||||
|
||||

|
||||
|
||||
### 美化 Git Status
|
||||
在命令行输入如下命令:
|
||||
|
||||
@@ -913,7 +911,6 @@ $ git config --global color.ui 1
|
||||
| Everyday Git | http://git-scm.com/docs/everyday |
|
||||
| Git Immersion | http://gitimmersion.com/ |
|
||||
| Ry's Git Tutorial | http://rypress.com/tutorials/git/index.html |
|
||||
| Git for Designer | http://hoth.entp.com/output/git_for_designers.html |
|
||||
| Git for Computer Scientists | http://eagain.net/articles/git-for-computer-scientists/ |
|
||||
| Git Magic | http://www-cs-students.stanford.edu/~blynn/gitmagic/ |
|
||||
| GitHub Training Kit | http://training.github.com/kit |
|
||||
|
@@ -733,8 +733,6 @@ $ git commit -m "Big-ass commit" --allow-empty
|
||||
- 跟使用你倉庫的其他人交流。
|
||||
- 作為倉庫的第一次提交,因為第一次提交後不能被 rebase: `git commit -m "init repo" --allow-empty`.
|
||||
|
||||

|
||||
|
||||
### 美化 Git Status
|
||||
在命令行輸入如下命令:
|
||||
|
||||
@@ -957,7 +955,6 @@ $ git config --global color.ui 1
|
||||
| Everyday Git | http://git-scm.com/docs/everyday |
|
||||
| Git Immersion | http://gitimmersion.com/ |
|
||||
| Ry's Git Tutorial | http://rypress.com/tutorials/git/index.html |
|
||||
| Git for Designer | http://hoth.entp.com/output/git_for_designers.html |
|
||||
| Git for Computer Scientists | http://eagain.net/articles/git-for-computer-scientists/ |
|
||||
| Git Magic | http://www-cs-students.stanford.edu/~blynn/gitmagic/ |
|
||||
| GitHub Training Kit | http://training.github.com/kit |
|
||||
|
Reference in New Issue
Block a user