Skip to content

[1기 고영훈][7주차] 09월 13일 ~ 09월 15일 TIL #327

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 9 commits into
base: fe/1/A-YeonghunKO
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 13 additions & 28 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,39 +15,24 @@

<br/>

# Today I Learned ✨✨✨

**1. 완벽하게 하나하나 다 쓰려고 하기보다는 몰랐던것 중에 유용하게 쓰일 것 만 같은 지식들 위주로 기록해보려 합니다.**
{: .notice--success}

**2. 느꼈던 점, 그리고 느꼈던 점을 토대로 앞으로의 방향을 적어보려 합니다.**
{: .notice--success}

**3. 깃허브 블로그로는 많이 적어봤으니 이제 한 번도 사용하지 않았던 노션으로 적어보려 합니다.**
{: .notice--success}

# 💻 프로그래머스 웹 데브코스 TIL

> "Talk is cheap. Show me the code."
> ("말은 쉽지, 코드를 보여줘.")
>
> 리누스 토르발스(Linus Torvalds)

<br/>
- 말보단 행동을!!

## 📌 배움 기록은 어떻게 하나요?

**TIL** : TIL은 일기와 같은 거라고 생각해요. 오늘 무엇을 새롭게 알게 되었는지, 느낀점은 무엇인지 간단하게 요약해서 쓰는 것을 추천해요. 만약 새롭게 알게된 내용이 굉장히 많다면 시간을 내어 주제로 빼서 정리를 해보는 것은 어떨까요?

## 🚀 진행방법

1. **새로운 Branch 생성**
- 백엔드 C반은 be/1/C-gitusername
- 백엔드 P반은 be/1/P-gitusername
- 프론트 A반은 fe/1/A-gitusername
- 프론트 B반은 fe/1/B-gitusername
2. **TIL repo를 본인 계정에 fork**
3. `fork`된 repository를 `clone` 받습니다.
4. **README.md를 작성하여 꾸밉시다.**
5. TIL소개와 url을 작성한 README.md 파일을 작성하고 `commit` `push` 합니다.
6. **웹사이트로 본인 계정의 `fork` 된 repo를 갑니다.**
7. **Contribute → Open pull request 로 PR을 합시다**
- base repo : `원본repo` base : `be/a/gitusername` ← head repo : `여러분fork한repo` compare : `여러분fork한repo`
8. PR을 아래 양식에 맞춰 내용을 작성합니다.
여러개의 링크를 첨부하고 싶으시다면 테이블의 row를 추가해주세요.

```
|날짜|제목|설명|링크|
|---|---|---|---|
|날짜|제목1|간단한 한 줄 설명|[링크]()|
|날짜|제목1|간단한 한 줄 설명|[링크]()|
```
7주차 TIL!!!