Skip to content

Commit

Permalink
Removing padding of links, MD lint warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
mippzon committed Jan 27, 2018
1 parent 8a0cc73 commit d4c4ed3
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 23 deletions.
21 changes: 10 additions & 11 deletions additional-material/translations/additional-material.ko.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,42 +2,41 @@

여러분이 여기에 오기 전에 기본실습 과정을 이미 완료했다고 가정합니다. 이곳에서는 고급 Git 기술에 대한 정보를 제공합니다.

### [ 여러분의 저장소에서 브랜치 삭제하기 ](removing-branch-from-your-repository.ko.md)
### [여러분의 저장소에서 브랜치 삭제하기](removing-branch-from-your-repository.ko.md)
이 문서는 저장소에서 브랜치를 삭제하는 방법에 대한 정보를 제공합니다.
> PR(pull request) 요청이 병합 된 후에 본 단계를 수행하십시오.
### [ 여러분이 포크한 저장소와 싱크상태 유지하기 ](keeping-your-fork-synced-with-this-repository.ko.md)
### [여러분이 포크한 저장소와 싱크상태 유지하기](keeping-your-fork-synced-with-this-repository.ko.md)
이 문서는 포크 된 저장소를 기본 저장소로 최신 상태로 유지하는 방법에 대한 정보를 제공합니다. 여러분과 다른 많은 사람들이 프로젝트에 기여하기를 바랍니다.
> 포크 된 상위 저장소가 변경되지 않은 경우 다음 단계를 수행하십시오.
### [ 커밋 되돌리기 ](reverting-a-commit.ko.md)
### [커밋 되돌리기](reverting-a-commit.ko.md)
이 문서는 원격 저장소에서 커밋을 되돌리는 방법에 대한 정보를 제공합니다. 이미 Github에 푸시 된 커밋을 되돌리려는 경우 유용합니다.
> 커밋을 되돌리려면 이 단계를 수행하십시오.
### [ 커밋 수정하기 ](amending-a-commit.ko.md)
### [커밋 수정하기](amending-a-commit.ko.md)
이 문서는 원격 저장소에서 커밋을 수정하는 방법에 대한 정보를 제공합니다.
> 당신이 만든 커밋을 수정해야 할 때 사용하십시오.
### [ 로컬 커밋 되돌리기 ](undoing-a-commit.ko.md)
### [로컬 커밋 되돌리기](undoing-a-commit.ko.md)
이 문서는 로컬 저장소에서 커밋을 실행 취소하는 방법에 대한 정보를 제공합니다. 로컬 저장소가 엉망이라고 느껴 당신이 로컬 저장소를 리셋하고자 할 때 당신이 해야 할 일입니다.
> 로컬 커밋을 취소하려면 이 단계를 수행하십시오.
### [ 병합 충돌 해결하기 ](resolving-merge-conflicts.ko.md)
### [병합 충돌 해결하기](resolving-merge-conflicts.ko.md)
이 문서는 병합 충돌을 해결하는 방법에 대한 정보를 제공합니다.
> 이 단계를 수행하여 곤란한 병합 충돌을 해결하십시오.
### [ 커밋을 다른 브랜치로 이동하기 ](moving-a-commit-to-a-different-branch.ko.md)
### [커밋을 다른 브랜치로 이동하기](moving-a-commit-to-a-different-branch.ko.md)
이 문서는 커밋을 다른 브랜치로 이동하는 방법에 대한 정보를 제공합니다.
> 이 단계를 수행하여 커밋을 다른 브랜치로 이동하십시오.
### [ git 설정하기 ](../configuring-git.md)
### [git 설정하기](../configuring-git.md)
이 문서는 git에서 사용자 정보 및 기타 옵션을 구성하는 방법에 대한 정보를 제공합니다.
> git 설정을 더 잘 다루려면 이 단계를 수행하십시오.
### [ 유용한 링크 ](../Useful-links-for-further-learning.md)
### [유용한 링크](../Useful-links-for-further-learning.md)
이 문서는 모든 블로그 게시물, 유용한 사이트, 유용한 정보 및 웹 사이트에 대한 내용을 담고 있습니다. 우리가 모든 필요를 위해 참조하는 것은 초심자 또는 전문가 일 것입니다. 이 페이지는 오픈 소스 도메인을 처음 접하거나 더 많은 것을 배우고자 하는 사람들을 돕는 지표 역할을 해야 합니다.

### [ 스쿼시 커밋하기 ](../squashing-commits.md)
### [스쿼시 커밋하기](../squashing-commits.md)
이 문서는 대화형 리베이스로 커밋을 스쿼시하는 방법에 대한 정보를 제공합니다.
> 오픈 소스 프로젝트에서 PR을 보낼 때 리뷰어가 모든 커밋을 하나로 스쿼시하도록 요청하는 경우 유익한 커밋 메시지와 함께 이것을 사용하십시오.
4 changes: 2 additions & 2 deletions additional-material/translations/additional-material.pt_br.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

Nós estamos assumindo que você já terminou o tutorial básico antes de vir aqui. As informações adicionais te darão algumas informações sobre técnicas avançadas de Git.

### [ Removendo o Branch do seu repositório ](removing-branch-from-your-repository.pt_br.md)
### [Removendo o Branch do seu repositório](removing-branch-from-your-repository.pt_br.md)
Esse documento fornece informações sobre como deletar o Branch do seu repositório.
> Só siga esses passos depois que seu Pull Request for mesclado.
### [ Mantendo o seu Fork sincronizado com este repositório ](keeping-your-fork-synced-with-this-repository.pt_br.md)
### [Mantendo o seu Fork sincronizado com este repositório](keeping-your-fork-synced-with-this-repository.pt_br.md)
Esse documento fornece informações sobre como manter seu Fork atualizado com o repositório base. Isso é importante, já que esperamos que você e muitos outros contribuam com este projeto.
> Só siga esses passos se seu Fork não tiver nenhuma alteração.
18 changes: 9 additions & 9 deletions additional-material/translations/addtional-material.cht.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,45 +2,45 @@

我們認為你在來到這裡以前已經完成基本教學。附加資料會給你關於 Git 進階技術的資訊。

### [ 從你的 repository 刪除分支 ](../removing-branch-from-your-repository.md)
### [從你的 repository 刪除分支](../removing-branch-from-your-repository.md)
這份文件教你如何從 repository 刪除分支。
> 在做這些步驟前確定你的 pull request 是被合併的
### [ 保持你的分叉與 repository 同步 ](../keeping-your-fork-synced-with-this-repository.md)
### [保持你的分叉與 repository 同步](../keeping-your-fork-synced-with-this-repository.md)
這份文件提供保持分叉與原始 repository 同步的資料。這件事情是很重要的,因為有其他人會對 project 做出貢獻。
> 如果你的分叉沒有對原始 repository 做改變,根據這些步驟做操作。
### [ 回復 commit ](../reverting-a-commit.md)
### [回復 commit](../reverting-a-commit.md)
這份文件提供如何對遠端 repository 回復 commit。這項操作適用在你需要回復 commit,但你已經 push 到 Github。
> 如果你想要回復 commit,根據這些步驟操作。
### [ 修訂 commit](../amending-a-commit.md)
### [修訂 commit](../amending-a-commit.md)
這份文件教你如何在修訂在遠端的 commit。
> 在你需要調整 commit 的時候使用這個。
### [ 回復本地的 commit ](../undoing-a-commit.md)
### [回復本地的 commit](../undoing-a-commit.md)
這份文件教你如何回復本地的 commit。在你覺得你搞砸了本地的 repository,並且希望重置你的 repository時,照著做就對了。
> 如果你需要回復/重置 commit 時,跟著做吧。
### [ 解決合併時的衝突 ](../resolving-merge-conflicts.md)
### [解決合併時的衝突](../resolving-merge-conflicts.md)
這份文件教你解決合併時的衝突。
> 跟著這些步驟來解決煩人的衝突。
### [刪除檔案](../removing-a-file.md)
這份文件教你從本地 repository 中刪除檔案。
> 跟著這些步驟學習如何從之前的 commit 中刪除檔案。
### [ 移動 commit 到另一個分支 ](../moving-a-commit-to-a-different-branch.md)
### [移動 commit 到另一個分支](../moving-a-commit-to-a-different-branch.md)
這份文件教你如何移動 commit 到另一個分支。
> 跟著步驟移動 commit 到另一個分支。
### [ 配置 git ](../configuring-git.md)
### [配置 git](../configuring-git.md)
這份文件教你設定 git 的使用者資料與其他選項。
> 閱讀這份文件讓你對 git 配置更有掌握。
### [好用的連結](../Useful-links-for-further-learning.md)
這份文件包含許多好用的部落格文章、網站、提示和小技巧,了解這些讓我們可以更容易上手。這一頁應該當做好用連結的索引,讓開源的新手還有想認識開源的人可以了解更多。

### [ 擠壓 commits ](../squashing-commits.md)
### [擠壓 commits](../squashing-commits.md)
這份文件教你如何藉由互動式 rebase 擠壓 commits。
> 如果你想要發出一個 PR,但檢閱者要求你將一部份 commits 擠壓成一個 commits 藉由互動式 rebase。
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ git push origin --delete <add-your-name>
자, 여러분은 이제 자신의 브래치를 정리하는 법을 배웠습니다.
시간이 지나면 많은 커밋이 저장소에 추가됩니다. 그리고 로컬 머신과 GitHub 포크의 마스터 브랜치는 최신 버전이 아닙니다. 따라서 저장소를 내 것과 동기화 된 상태로 유지하려면 아래 단계를 따르십시오.

#### [ 여러분이 포크한 저장소와 싱크상태 유지하기 ](keeping-your-fork-synced-with-this-repository.ko.md)
#### [여러분이 포크한 저장소와 싱크상태 유지하기](keeping-your-fork-synced-with-this-repository.ko.md)

0 comments on commit d4c4ed3

Please sign in to comment.