1
0
mirror of https://github.com/tiimgreen/github-cheat-sheet.git synced 2025-08-19 14:11:20 +02:00

Merge pull request #44 from whatthejeff/fugbix-typo

Fix typo.
This commit is contained in:
Rafal Chmiel
2014-05-02 06:49:51 +01:00
4 changed files with 4 additions and 4 deletions

View File

@@ -227,7 +227,7 @@ $ git commit -m "Fix screwup, fixes #12"
### プルリクエストでのCI結果の表示 ### プルリクエストでのCI結果の表示
適切に設定を行えばプルリクエストを受け取るたびに、通常のコミットと同じように[Travis CI](https://travis-ci.org/)がそのプルリクエストをビルドするだろう。どう設定するかは[Travis CI: Getting started](http://docs.travis-ci.com/user/getting-started/)を読むと良い。 適切に設定を行えばプルリクエストを受け取るたびに、通常のコミットと同じように[Travis CI](https://travis-ci.org/)がそのプルリクエストをビルドするだろう。どう設定するかは[Travis CI: Getting started](http://docs.travis-ci.com/user/getting-started/)を読むと良い。
[![Travic CI status](https://cloud.githubusercontent.com/assets/1687642/2700187/3a88838c-c410-11e3-9a46-e65e2a0458cd.png)](https://github.com/octokit/octokit.rb/pull/452) [![Travis CI status](https://cloud.githubusercontent.com/assets/1687642/2700187/3a88838c-c410-11e3-9a46-e65e2a0458cd.png)](https://github.com/octokit/octokit.rb/pull/452)
[*コミット・ステータスAPIについてもっと詳しく*](https://github.com/blog/1227-commit-status-api) [*コミット・ステータスAPIについてもっと詳しく*](https://github.com/blog/1227-commit-status-api)

View File

@@ -244,7 +244,7 @@ $ git commit -m "Fix screwup, fixes #12"
정확히 설정되었다면, 풀 리퀘스트를 받거나 풀 리퀘스트에 새로운 커밋을 할 때 마다, [Travis CI](https://travis-ci.org/)가 풀 리퀘스트를 빌드 할 것입니다. [Travis CI 시작하기](http://docs.travis-ci.com/user/getting-started/)를 좀 더 읽어보세요. 정확히 설정되었다면, 풀 리퀘스트를 받거나 풀 리퀘스트에 새로운 커밋을 할 때 마다, [Travis CI](https://travis-ci.org/)가 풀 리퀘스트를 빌드 할 것입니다. [Travis CI 시작하기](http://docs.travis-ci.com/user/getting-started/)를 좀 더 읽어보세요.
[![Travic CI status](https://cloud.githubusercontent.com/assets/1687642/2700187/3a88838c-c410-11e3-9a46-e65e2a0458cd.png)](https://github.com/octokit/octokit.rb/pull/452) [![Travis CI status](https://cloud.githubusercontent.com/assets/1687642/2700187/3a88838c-c410-11e3-9a46-e65e2a0458cd.png)](https://github.com/octokit/octokit.rb/pull/452)
[*커밋 상태 API에 대해 좀 더 읽어보세요.*](https://github.com/blog/1227-commit-status-api) [*커밋 상태 API에 대해 좀 더 읽어보세요.*](https://github.com/blog/1227-commit-status-api)

View File

@@ -228,7 +228,7 @@ To link to an issue in another repository, `user_name/repo_name#ISSUE_NUMBER` e.
### CI Status on Pull Requests ### CI Status on Pull Requests
If set up correctly, every time you receive a Pull Request, [Travis CI](https://travis-ci.org/) will build that Pull Request just like it would every time you make a new commit. Read more about how to [get started with Travis CI](http://docs.travis-ci.com/user/getting-started/). If set up correctly, every time you receive a Pull Request, [Travis CI](https://travis-ci.org/) will build that Pull Request just like it would every time you make a new commit. Read more about how to [get started with Travis CI](http://docs.travis-ci.com/user/getting-started/).
[![Travic CI status](https://cloud.githubusercontent.com/assets/1687642/2700187/3a88838c-c410-11e3-9a46-e65e2a0458cd.png)](https://github.com/octokit/octokit.rb/pull/452) [![Travis CI status](https://cloud.githubusercontent.com/assets/1687642/2700187/3a88838c-c410-11e3-9a46-e65e2a0458cd.png)](https://github.com/octokit/octokit.rb/pull/452)
[*Read more about the commit status API.*](https://github.com/blog/1227-commit-status-api) [*Read more about the commit status API.*](https://github.com/blog/1227-commit-status-api)

View File

@@ -234,7 +234,7 @@ $ git commit -m "Fix screwup, fixes #12"
### CI Status on Pull Requests ### CI Status on Pull Requests
如果配置正确,[Travis CI](https://travis-ci.org/)会为每个你收到的Pull Request执行构建就像每次提交也会触发构建一样。想了解更多关于Travis CI的信息请看 [Travis CI入门](http://docs.travis-ci.com/user/getting-started/)。 如果配置正确,[Travis CI](https://travis-ci.org/)会为每个你收到的Pull Request执行构建就像每次提交也会触发构建一样。想了解更多关于Travis CI的信息请看 [Travis CI入门](http://docs.travis-ci.com/user/getting-started/)。
[![Travic CI status](https://cloud.githubusercontent.com/assets/1687642/2700187/3a88838c-c410-11e3-9a46-e65e2a0458cd.png)](https://github.com/octokit/octokit.rb/pull/452) [![Travis CI status](https://cloud.githubusercontent.com/assets/1687642/2700187/3a88838c-c410-11e3-9a46-e65e2a0458cd.png)](https://github.com/octokit/octokit.rb/pull/452)
[*进一步了解 Commit status API.*](https://github.com/blog/1227-commit-status-api) [*进一步了解 Commit status API.*](https://github.com/blog/1227-commit-status-api)