μ΅κ·Όμ git pull νΉμ checkout νλ κ°μΈμ μ ν΄μ λ§λ€κ³ μλλ°, git μ remote μ branch λ tags λ₯Ό κ°μ Έμ€κ³ μΆμλκ° μλ€. μλ₯Ό λ€μ΄, git-flow λ‘ μμ
μ νκ² λλ©΄ feature/support-api μ΄λ°μμ branch λ‘ μμ
μ νκ³ remote λ‘ push νλ κ²½μ°κ° μλλ°, μ΄λ° branch λ₯Ό κ°μ Έμ€κ³ μΆμλ€. λ github μ release μ κ²½μ° tags μμ λ°μ νλ κ²½μ°κ° 보ν΅μΈλ°, tags λ₯Ό κ°μ Έμ€κ³ μΆμλ€. κ·Έλ°λ° λ³΄ν΅ git repo μμμ git λͺ
λ Ήμ΄λ‘ κ°μ Έμ€λ©΄ λλλ°, repo κ° μλ μνμμ κ·Έκ²λ€λ§ κ°μ Έμ€κ³ μΆμ΄μ μ°Ύμ보λ μ΄λ° λ°©λ²μ΄ μμλ€.
git ls-remote --tags /url/to/upstream/repo
git ls-remote --heads /url/to/upstream/repo
β― git ls-remote --tags https://github.com/meier-project/meier
e454520ceb3d6ba57049eb30c677dc5bec6360f3 refs/tags/1.0.0
c209ffa55ce96df091bfef9f6fa977a5bb65cd03 refs/tags/1.0.1
β― git ls-remote --heads https://github.com/meier-project/meier
c45308da08f21539dda6be9fc2e85b2f53ab4ea2 refs/heads/develop
c209ffa55ce96df091bfef9f6fa977a5bb65cd03 refs/heads/master