Skip to content

Commit 5e26d3a

Browse files
committed
Remove Git.io (fix tiimgreen#223)
1 parent 746af1b commit 5e26d3a

File tree

5 files changed

+0
-96
lines changed

5 files changed

+0
-96
lines changed

README.ja.md

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -203,25 +203,6 @@ Password for 'https://[email protected]':
203203

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

206-
### Git.io
207-
[Git.io](http://git.io)はGitHubの提供するGitHub専用のシンプルな短縮URLサービスだ。
208-
209-
![Git.io](http://i.imgur.com/6JUfbcG.png?1)
210-
211-
cURLを使って利用することができる:
212-
213-
```bash
214-
$ curl -i http://git.io -F "url=https://github.com/..."
215-
HTTP/1.1 201 Created
216-
Location: http://git.io/abc123
217-
218-
$ curl -i http://git.io/abc123
219-
HTTP/1.1 302 Found
220-
Location: https://github.com/...
221-
```
222-
223-
[*Git.ioについてもっと詳しく*](https://github.com/blog/985-git-io-github-url-shortener)
224-
225206
### キーボード・ショートカット
226207
リポジトリをブラウザーで開いている時は、ショートカットを利用して様々な機能ヘ簡単にアクセスできるようになっている。
227208

README.ko.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -218,26 +218,6 @@ Password for 'https://[email protected]':
218218
하지만, Gists는 디렉터리를 지원하지 않습니다. 모든 파일은 저장소의 루트에 넣을 필요가 있습니다.
219219
[*Gist를 만드는 법에 대해 더 읽어보세요.*](https://help.github.com/articles/creating-gists)
220220

221-
### Git.io
222-
223-
[Git.io](http://git.io)는 GitHub를 위한 간단한 URL 단축기입니다.
224-
225-
![Git.io](http://i.imgur.com/6JUfbcG.png?1)
226-
227-
Curl으로 순수 HTTP를 통해 사용하실 수도 있습니다.
228-
229-
```bash
230-
$ curl -i http://git.io -F "url=https://github.com/..."
231-
HTTP/1.1 201 Created
232-
Location: http://git.io/abc123
233-
234-
$ curl -i http://git.io/abc123
235-
HTTP/1.1 302 Found
236-
Location: https://github.com/...
237-
```
238-
239-
[*Git.io에 대해 더 읽어 보세요.*](https://github.com/blog/985-git-io-github-url-shortener)
240-
241221
### Keyboard Shortcuts
242222

243223
저장소 페이지에서 단축키를 사용하면 쉽게 이동할 수 있습니다.

README.md

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -215,25 +215,6 @@ Password for 'https://[email protected]':
215215
However, Gists do not support directories. All files need to be added to the repository root.
216216
[*Read more about creating Gists.*](https://help.github.com/articles/creating-gists/)
217217

218-
### Git.io
219-
[Git.io](http://git.io) is a simple URL shortener for GitHub.
220-
221-
![Git.io](http://i.imgur.com/6JUfbcG.png?1)
222-
223-
You can also use it via pure HTTP using Curl:
224-
225-
```bash
226-
$ curl -i http://git.io -F "url=https://github.com/..."
227-
HTTP/1.1 201 Created
228-
Location: http://git.io/abc123
229-
230-
$ curl -i http://git.io/abc123
231-
HTTP/1.1 302 Found
232-
Location: https://github.com/...
233-
```
234-
235-
[*Read more about Git.io.*](https://github.com/blog/985-git-io-github-url-shortener)
236-
237218
### Keyboard Shortcuts
238219
When on a repository page, keyboard shortcuts allow you to navigate easily.
239220

README.zh-cn.md

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -201,25 +201,6 @@ Password for 'https://[email protected]':
201201
但是, Gists 不支持目录。所有文件都必须添加在仓库的根目录下。
202202
[*进一步了解如何创建 Gists.*](https://help.github.com/articles/creating-gists)
203203

204-
### Git.io
205-
[Git.io](http://git.io)是 Github 的短网址服务。
206-
207-
![Git.io](http://i.imgur.com/6JUfbcG.png?1)
208-
209-
你可以通过 Curl 命令以普通 HTTP 协议使用它:
210-
211-
```bash
212-
$ curl -i http://git.io -F "url=https://github.com/..."
213-
HTTP/1.1 201 Created
214-
Location: http://git.io/abc123
215-
216-
$ curl -i http://git.io/abc123
217-
HTTP/1.1 302 Found
218-
Location: https://github.com/...
219-
```
220-
221-
[*进一步了解 Git.io.*](https://github.com/blog/985-git-io-github-url-shortener)
222-
223204
### 键盘快捷键
224205

225206
在仓库页面上提供了快捷键方便快速导航。

README.zh-tw.md

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -203,25 +203,6 @@ Password for 'https://[email protected]':
203203
但是, Gists 不支持目錄。所有文件都必須添加在倉庫的根目錄下。
204204
[*進一步了解如何建立 Gists.*](https://help.github.com/articles/creating-gists)
205205

206-
### Git.io
207-
[Git.io](http://git.io)是 Github 的短網址服務。
208-
209-
![Git.io](http://i.imgur.com/6JUfbcG.png?1)
210-
211-
你可以通過 Curl 命令以普通 HTTP 協議使用它:
212-
213-
```bash
214-
$ curl -i http://git.io -F "url=https://github.com/..."
215-
HTTP/1.1 201 Created
216-
Location: http://git.io/abc123
217-
218-
$ curl -i http://git.io/abc123
219-
HTTP/1.1 302 Found
220-
Location: https://github.com/...
221-
```
222-
223-
[*進一步了解 Git.io.*](https://github.com/blog/985-git-io-github-url-shortener)
224-
225206
### 鍵盤快捷鍵
226207

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

0 commit comments

Comments
 (0)