homework
1. ν΄λΉ repo μ clone ν©λλ€.
2. git clone https://github.com/pai-plznw4me/homework
λ¬Έμ λ₯Ό νΌ ν μ λ΄μ answer.md νμΌμ μ μ ν
μλ μμμ κ°μ΄ week_2/μμ μμ΄λ¦ ν΄λμ λ΄μ μ£ΌμΈμ.
κ·Έλ¦¬κ³ branch μ λ§λ€μ΄μ μ¬λ €μ£ΌμΈμ! κ°μ¬ν©λλ€.
μ μλλ€μ΄ κ°κ° branch μ λ§λ€μ΄ μ£Όμλ©΄ μλμ κ°μ κ΅¬μ‘°κ° λ κ±°μμ.
<pre><code> ν΄λ ꡬμ±λ homework | week_1 __________________week_2 | | |____ ______ ___|___ | | | | ... | | | | a b c </pre></code>3. terminal μμ ν΄λΉ bracnch λ‘ push νλ λ°©λ²
<pre><code> git branch λΈλμΉ_μ΄λ¦ <br> git checkout λΈλμΉ_μ΄λ¦ <br> git add -A git commit -m 'λ©μΈμ§' git push origin λΈλμΉ_μ΄λ¦ <br> </pre></code>κ°μ¬ν©λλ€