Texonom
Texonom
/
Engineering
Engineering
/Software Engineering/Programming/Version Control/
Git
Git
/Git CLI/Git Repository Command/
git push
Search
git push

git push

Creator
Creator
Seonglae Cho
Created
Created
2020 Jan 7 6:0
Editor
Editor
Seonglae Cho
Edited
Edited
2021 Oct 14 4:23
Refs
Refs
그냥 push 나 pull 하면 branch 나 tag 안올라감
git push origin branch git push (origin) tag git push (origin) (branch) --tag #태그는 브랜치 종속적으로 모든 태그 올림
 
 
git push -u #--set-upstream
 
git에서 원격저장소에 branch와 tag를 push하기 :: Outsider's Dev Story
얼마전에 git에서 원격저장소의 branch 가져오기 에 대해서 포스팅을 했었는데 가져오는데 pull하면서 자동으로 안가져오듯이 push할때도 커밋내역만 올라가지 로컬저장소에 만들어놓은 branch나 tag는 올라가지 않습니다.(svn에 비해서 branch나 tag는 잘만들어진 시스템이라 생각중...) git push 원격저장소명 로컬브랜치명 git push 원격저장소명 로컬브랜치명:원격브랜치명 위 명령어로 로컬에 있는 branch를 원격으로 push할 수 있습니다.
git에서 원격저장소에 branch와 tag를 push하기 :: Outsider's Dev Story
https://blog.outsider.ne.kr/644
git에서 원격저장소에 branch와 tag를 push하기 :: Outsider's Dev Story
 
 
 

Recommendations

Texonom
Texonom
/
Engineering
Engineering
/Software Engineering/Programming/Version Control/
Git
Git
/Git CLI/Git Repository Command/
git push
Copyright Seonglae Cho