Git ๋ธ๋์น ์์ ์ ์ํ ์ฃผ์ ๋ช ๋ น์ด. ๋ ๋ง์ ์ ๋ณด: https://git-scm.com/docs/git-branch.
*
๋ก ๊ฐ์กฐ):git branch --all
git branch --all --contains {{์ปค๋ฐ_ํด์}}
git branch --show-current
git branch {{๋ธ๋์น_์ด๋ฆ}}
git branch {{๋ธ๋์น_์ด๋ฆ}} {{์ปค๋ฐ_ํด์}}
git branch {{-m|--move}} {{์ด์ _๋ธ๋์น_์ด๋ฆ}} {{์_๋ธ๋์น_์ด๋ฆ}}
git branch {{-d|--delete}} {{๋ธ๋์น_์ด๋ฆ}}
git push {{์๊ฒฉ_์ด๋ฆ}} --delete {{์๊ฒฉ_๋ธ๋์น_์ด๋ฆ}}