git command (1) 썸네일형 리스트형 자주쓰는 git 명령어 [출처] http://confluence.invesume.com:8090/pages/viewrecentblogposts.action?key=A1¤tPage=1git pull/push 시 자동 트래킹 브랜치 설정하는 부분에 버전 별 오류가 있어 수정함. Using git v1.8.0 or later:git branch branch_name --set-upstream-to your_new_remote/branch_nameOr you can use the -u switch:git branch branch_name -u your_new_remote/branch_nameUsing git v1.7.12 or earlier:git branch --set-upstream branch_name your_new.. 이전 1 다음