8000 Update to 69da2b5 · rplabon/github-cheat-sheet@cbe8a04 · GitHub
[go: up one dir, main page]

Skip to content

Commit cbe8a04

Browse files
committed
Update to 69da2b5
1 parent 951a3bb commit cbe8a04

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.ko.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ https://github.com/rails/rails/blob/master/activemodel/lib/active_model.rb#L53-L
202202

203203
### Closing Issues with Commits
204204

205-
어떤 커밋이 이슈를 고쳤다면, `fix/fixes/fixed` `close/closes/closed`를 키워드로 해당 이슈가 마스터 브랜치에 커밋 될 때 닫을 수 있습니다.
205+
어떤 커밋이 이슈를 고쳤다면, `fix/fixes/fixed`, `close/closes/closed`, `resolve/resolves/resolved`를 키워드로 해당 이슈가 마스터 브랜치에 커밋 될 때 닫을 수 있습니다.
206206

207207
```bash
208208
$ git commit -m "Fix cock up, fixes #12"
@@ -454,6 +454,8 @@ $ hub clone tiimgreen/toc
454454

455455
[![Friction output](http://i.imgur.com/4EgpWo4.png)](https://github.com/rafalchmiel/friction)
456456

457+
*Friction 은 MRI 2.1.0, MRI 2.0.0, MRI 1.9.3을 지원합니다.*
458+
457459
### Contributing Guidelines
458460

459461
저장소의 제일 위에 `CONTRIBUTING` 파일을 넣어두면 기여자가 이슈를 만들거나 풀 리퀘스트를 만들 때 링크로 보여줍니다.
@@ -601,10 +603,12 @@ $ git status -sb
601603
### Styled Git Log
602604

603605
```bash
604-
$ git log --all --graph --decorate --oneline --abbrev-commit
606+
$ git log --all --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative
605607
```
606608

607-
![git log --all --graph --decorate --oneline --abbrev-commit](http://i.imgur.com/RUPycwI.png)
609+
![git log --all --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative](http://i.imgur.com/R2z8l7c.png)
610+
611+
[Palesz](http://stackoverflow.com/users/88355/palesz)님 고맙습니다.
608612

609613
NOTE: 이 명령을 알리아스 (단축 명령)으로 넣을 수 있습니다. [여기](#aliases)의 소개를 보세요.
610614

0 commit comments

Comments
 (0)
0