실습을 위해 aaa 브랜치에서 코드를 수정한 후 커밋합니다.
infoh@DESKTOP MINGW64 /e/gitstudy06 (aaa)
$ code branch.htm VS Code 실행
branch.htm
<h1>브랜치 실습을 합니다.</h1>
<h2>마스터 워킹 디렉터리 작업 중</h2>
새로운 원격 브랜치 aaa에서 수정 작업을 합니다.
infoh@DESKTOP MINGW64 /e/gitstudy06 (aaa)
$ git commit -am "testing aaa" 등록 및 커밋
[aaa c162b67] testing aaa
1 file changed, 2 insertions(+), 1 deletion(-)
트래킹 브랜치 목록을 다시 한 번 확인합니다.
infoh@DESKTOP-VAKLOFQ MINGW64 /e/gitstudy06 (aaa)
$ git branch -vv 트래킹 브랜치 목록
* aaa c162b67 [origin/aaa: ahead 1] testing aaa AHEAD
feature 85f1dfa [origin/function] functionmaster2 working
footer d84766c first
hotfix dcdb1c1 [origin/hotfix] master working...
master dcdb1c1 [origin/master] master working...