ํด๋น ๋ ํฌ๋ ์ด 4๊ฐ์ ๋ ํฌ๋ฅผ ํตํฉํด์ ๊ณต๊ฐํ๋ ๋ ํฌ์ ๋๋ค.
Velog Dashboard Project, velog์ ๋ชจ๋ ๊ฒ์๊ธ, ํต๊ณ ๋ฐ์ดํฐ๋ฅผ ํ ๋์ ํธํ๊ฒ ํ์ธํ๊ธฐ https://velog-dashboard.kro.kr
- velog dashboard v2 ๊ธ์์ ๊ทธ๋ฆผ๊ณผ ๊ฐ์ด ์ฌ์ฉ๋ฒ์ ํ์ธํ ์ ์์ต๋๋ค.
- https://velog.io/ ์ ์ ์ํด์ ๋ด ๋ฒจ๋ก๊ทธ์ ๋ค์ด๊ฐ์ฃผ์ธ์. (ex - https://velog.io/@qlgks1)
- ๊ฐ๋ฐ์ ๋๊ตฌ -> ์ดํ๋ฆฌ์ผ์ด์
-> ์ฟ ํค -> velog ๋ถ๋ถ์์
access_token๊ฐ๊ณผrefresh_token๊ฐ์ ํ์ธํด ์ฃผ์ธ์. - ํด๋น ๊ฐ์ ๊ฐ์ง๊ณ login ์งํํด ์ฃผ์๋ฉด ๋ฉ๋๋ค.
- ๋ฐ์ดํฐ ์คํฌ๋ ์ดํ batch ๊ฐ ์ต๋ 30๋ถ ํ ์ผ๋ก ๋ฃจํ๋ฅผ ๋๋๋ค. ๊ทธ๋ ๊ธฐ ๋๋ฌธ์ ์ต์ด ๋ฐ์ดํฐ ์ด๋์ ๋ผ์ด์ง์ ์๊ฐ์ด ์์๋ ์ ์์ต๋๋ค.
- (๊ณผ๊ฑฐ ์์ ์ฃผ์) ์์์ผ๋ก ๋ณด๊ธฐ! -> https://youtu.be/Ab8c4kmGhQA
|
Nuung |
six-standard |
Jihyun3478 |
|
ooheunda |
HA0N1 |
BDlhj |
- ์๋์ 3๊ฐ ์นํฐ๋ก ์ด๋ค์ ธ ์์ต๋๋ค.
- api, server-side
- fe, client-side
- back-office, batch, modeling
- ๊ฐ ๋ ํฌ์
README file์ ์ฐธ์กฐํด ์ฃผ์ธ์! (์ฐธ๊ณ , ํด๋น ๋ ํฌ๋git submodule update์ผ๋ก ์๋ธ ๋ชจ๋์ ๋ํ ์ฃผ๊ธฐ์ ์ธ ์ ๋ฐ์ดํธ ํ์) - ์ ํฌ ์ ์ฒด ์ธํ๋ผ ๊ฐ๊ด๋๋ ์๋์ ๊ฐ์ต๋๋ค.
- velog dashboard v2 - ๋ฒ ํ ์คํ!!
- velog dashboard v2 - ๋ธ๊น์ผ๋ก ์ ์ฒด ํต๊ณ ๋ณด๊ธฐ
- velog dashboard v2 - ํธ๋๋ ๊ธ ๋ฉ์ผ๋ก ๋ฐ์๋ณด์ธ์~~
- (๊ณผ๊ฑฐ๊ธ, vd v1)velog dashboard ์ ์๊ธฐ (1) - ๋ฒจ๋ก๊ทธ ํต๊ณ๋ฅผ ํธํ๊ฒ ๋ณด๊ณ ์ถ์ด์ ใ
| Batch | Status |
|---|---|
| Batch 1 | |
| Batch 2 | |
| Batch 3 | |
| Batch 4 | |
| Batch 5 | |
| Batch 6 | |
| Batch 7 | |
| Batch 8 | |
| Batch 9 | |
| Batch 10 | |
| Batch 11 | |
| Batch 12 | |
| Batch 13 | |
| Batch 14 | |
| Batch 15 | |
| Batch 16 | |
| Batch 17 | |
| Batch 18 | |
| Batch 19 | |
| Batch 20 |
# 1. ์๋ธ๋ชจ๋ ์๊ฒฉ ์ต์ ์ปค๋ฐ ๊ฐ์ ธ์ค๊ธฐ
git submodule update --remote --merge
# 2. ๋ณ๊ฒฝ๋ ์๋ธ๋ชจ๋ ์ปค๋ฐ ์ํ ํ์ธ
git status
# 3. ๋ณ๊ฒฝ๋ ์๋ธ๋ชจ๋์ ์์ ๋ ํฌ์ add
git add path/to/submodule1 path/to/submodule2 ...
# ๋ชจ๋ ์๋ธ๋ชจ๋์ ํ ๋ฒ์ add ํ๋ ค๋ฉด
git add .
# 4. ์ปค๋ฐ
git commit -m "Update all submodules to latest remote commit"
# 5. ํธ์
git push



