- 해당 저장소를 clone 합니다.
$ git clone https://github.com/cobak-study/computer-science.git
- 해당 저장소 디렉토리로 이동 후 본인만의(본인이름) 브랜치로 체크아웃 합니다.
$ git checkout -b {본인이름}(예시: taehun.lee)
- MD(Markdown) 혹은 PDF, PPT와 같이 Github 상에서 Preview로 바로 볼 수 있는 형태의 확장자로 학습한 내용에 대해 글을 작성합니다.
- 작성한 자료를 해당 주제에 맞는 디렉토리에 위치시킵니다.(디렉토리가 없다면 디렉토리를 생성해도 됩니다.)
`예:) Heap에 대해 학습했다면 DataStructure - 변경사항을 git stage 상에 올리고 commit 한다음 push 합니다.
$ git add . $ git commit -m "[주제] 학습내용" $ git push origin {본인의 브랜치}
- Github에서 Pull Request를 등록합니다.
-
Notifications
You must be signed in to change notification settings - Fork 0
cobak-study/computer-science
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published