Skip to content

Commit

Permalink
Remove Git.io (fix tiimgreen#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
NoPlagiarism committed Feb 29, 2024
1 parent 746af1b commit 692d388
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 101 deletions.
20 changes: 0 additions & 20 deletions README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
- [ブランチ同士の比較](#%E3%83%96%E3%83%A9%E3%83%B3%E3%83%81%E5%90%8C%E5%A3%AB%E3%81%AE%E6%AF%94%E8%BC%83)
- [フォークされたリポジトリ間でのブランチ比較](#%E3%83%95%E3%82%A9%E3%83%BC%E3%82%AF%E3%81%95%E3%82%8C%E3%81%9F%E3%83%AA%E3%83%9D%E3%82%B8%E3%83%88%E3%83%AA%E9%96%93%E3%81%A7%E3%81%AE%E3%83%96%E3%83%A9%E3%83%B3%E3%83%81%E6%AF%94%E8%BC%83)
- [Gists](#gists)
- [Git.io](#gitio)
- [キーボード・ショートカット](#%E3%82%AD%E3%83%BC%E3%83%9C%E3%83%BC%E3%83%89%E3%82%B7%E3%83%A7%E3%83%BC%E3%83%88%E3%82%AB%E3%83%83%E3%83%88)
- [コードの指定行の強調](#%E3%82%B3%E3%83%BC%E3%83%89%E3%81%AE%E6%8C%87%E5%AE%9A%E8%A1%8C%E3%81%AE%E5%BC%B7%E8%AA%BF)
- [コミットからissueを閉じる](#%E3%82%B3%E3%83%9F%E3%83%83%E3%83%88%E3%81%8B%E3%82%89issue%E3%82%92%E9%96%89%E3%81%98%E3%82%8B)
Expand Down Expand Up @@ -203,25 +202,6 @@ Password for 'https://[email protected]':

[*Gistの作成についてもっと詳しく*](https://help.github.com/articles/creating-gists)

### Git.io
[Git.io](http://git.io)はGitHubの提供するGitHub専用のシンプルな短縮URLサービスだ。

![Git.io](http://i.imgur.com/6JUfbcG.png?1)

cURLを使って利用することができる:

```bash
$ curl -i http://git.io -F "url=https://github.com/..."
HTTP/1.1 201 Created
Location: http://git.io/abc123

$ curl -i http://git.io/abc123
HTTP/1.1 302 Found
Location: https://github.com/...
```

[*Git.ioについてもっと詳しく*](https://github.com/blog/985-git-io-github-url-shortener)

### キーボード・ショートカット
リポジトリをブラウザーで開いている時は、ショートカットを利用して様々な機能ヘ簡単にアクセスできるようになっている。

Expand Down
21 changes: 0 additions & 21 deletions README.ko.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ Git과 GitHub에서 꽤 유용하지만 숨겨져 있는 기능들에 대해 다
- [Comparing Branches](#comparing-branches)
- [Compare Branches across Forked Repositories](#compare-branches-across-forked-repositories)
- [Gists](#gists)
- [Git.io](#gitio)
- [Keyboard Shortcuts](#keyboard-shortcuts)
- [Line Highlighting in Repositories](#line-highlighting-in-repositories)
- [Closing Issues via Commit Messages](#closing-issues-via-commit-messages)
Expand Down Expand Up @@ -218,26 +217,6 @@ Password for 'https://[email protected]':
하지만, Gists는 디렉터리를 지원하지 않습니다. 모든 파일은 저장소의 루트에 넣을 필요가 있습니다.
[*Gist를 만드는 법에 대해 더 읽어보세요.*](https://help.github.com/articles/creating-gists)

### Git.io

[Git.io](http://git.io)는 GitHub를 위한 간단한 URL 단축기입니다.

![Git.io](http://i.imgur.com/6JUfbcG.png?1)

Curl으로 순수 HTTP를 통해 사용하실 수도 있습니다.

```bash
$ curl -i http://git.io -F "url=https://github.com/..."
HTTP/1.1 201 Created
Location: http://git.io/abc123

$ curl -i http://git.io/abc123
HTTP/1.1 302 Found
Location: https://github.com/...
```

[*Git.io에 대해 더 읽어 보세요.*](https://github.com/blog/985-git-io-github-url-shortener)

### Keyboard Shortcuts

저장소 페이지에서 단축키를 사용하면 쉽게 이동할 수 있습니다.
Expand Down
20 changes: 0 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ GitHub Cheat Sheet is sponsored by [Snapshot: create interactive professional-qu
- [Comparing Branches](#comparing-branches)
- [Compare Branches across Forked Repositories](#compare-branches-across-forked-repositories)
- [Gists](#gists)
- [Git.io](#gitio)
- [Keyboard Shortcuts](#keyboard-shortcuts)
- [Line Highlighting in Repositories](#line-highlighting-in-repositories)
- [Closing Issues via Commit Messages](#closing-issues-via-commit-messages)
Expand Down Expand Up @@ -215,25 +214,6 @@ Password for 'https://[email protected]':
However, Gists do not support directories. All files need to be added to the repository root.
[*Read more about creating Gists.*](https://help.github.com/articles/creating-gists/)

### Git.io
[Git.io](http://git.io) is a simple URL shortener for GitHub.

![Git.io](http://i.imgur.com/6JUfbcG.png?1)

You can also use it via pure HTTP using Curl:

```bash
$ curl -i http://git.io -F "url=https://github.com/..."
HTTP/1.1 201 Created
Location: http://git.io/abc123

$ curl -i http://git.io/abc123
HTTP/1.1 302 Found
Location: https://github.com/...
```

[*Read more about Git.io.*](https://github.com/blog/985-git-io-github-url-shortener)

### Keyboard Shortcuts
When on a repository page, keyboard shortcuts allow you to navigate easily.

Expand Down
20 changes: 0 additions & 20 deletions README.zh-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ Git 和 Github 秘籍,灵感来自于 [Zach Holman](https://github.com/holman)
- [比较分支](#比较分支)
- [比较不同派生库的分支](#比较不同派生库的分支)
- [Gists](#gists)
- [Git.io](#gitio)
- [键盘快捷键](#键盘快捷键)
- [整行高亮](#整行高亮)
- [用 Commit 信息关闭 Issue](#用-commit-信息关闭-issue)
Expand Down Expand Up @@ -201,25 +200,6 @@ Password for 'https://[email protected]':
但是, Gists 不支持目录。所有文件都必须添加在仓库的根目录下。
[*进一步了解如何创建 Gists.*](https://help.github.com/articles/creating-gists)

### Git.io
[Git.io](http://git.io)是 Github 的短网址服务。

![Git.io](http://i.imgur.com/6JUfbcG.png?1)

你可以通过 Curl 命令以普通 HTTP 协议使用它:

```bash
$ curl -i http://git.io -F "url=https://github.com/..."
HTTP/1.1 201 Created
Location: http://git.io/abc123

$ curl -i http://git.io/abc123
HTTP/1.1 302 Found
Location: https://github.com/...
```

[*进一步了解 Git.io.*](https://github.com/blog/985-git-io-github-url-shortener)

### 键盘快捷键

在仓库页面上提供了快捷键方便快速导航。
Expand Down
20 changes: 0 additions & 20 deletions README.zh-tw.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ Git 和 Github 秘笈,靈感來自於 [Zach Holman](https://github.com/holman)
- [比較分支](#比較分支)
- [比較不同派生庫的分支](#比較不同派生庫的分支)
- [Gists](#gists)
- [Git.io](#gitio)
- [鍵盤快捷鍵](#鍵盤快捷鍵)
- [整行高亮](#整行高亮)
- [用 Commit 訊息關閉 Issue](#用-commit-訊息關閉-issue)
Expand Down Expand Up @@ -203,25 +202,6 @@ Password for 'https://[email protected]':
但是, Gists 不支持目錄。所有文件都必須添加在倉庫的根目錄下。
[*進一步了解如何建立 Gists.*](https://help.github.com/articles/creating-gists)

### Git.io
[Git.io](http://git.io)是 Github 的短網址服務。

![Git.io](http://i.imgur.com/6JUfbcG.png?1)

你可以通過 Curl 命令以普通 HTTP 協議使用它:

```bash
$ curl -i http://git.io -F "url=https://github.com/..."
HTTP/1.1 201 Created
Location: http://git.io/abc123

$ curl -i http://git.io/abc123
HTTP/1.1 302 Found
Location: https://github.com/...
```

[*進一步了解 Git.io.*](https://github.com/blog/985-git-io-github-url-shortener)

### 鍵盤快捷鍵

在倉庫頁面上提供了快捷鍵方便快速導航。
Expand Down

0 comments on commit 692d388

Please sign in to comment.