Git,  Programming

[Git] 로컬 저장소에 Branch를 다른 원격 저장소의 다른 이름의 Branch로 Push

$ git push [remote] [branch 1]:[branch 2]

위와 같이 사용하면 local 저장소에 있는 branch 1을 원격 저장소 remote에 있는 branch 2로 push 할 수 있다.

Leave a Reply

Your email address will not be published. Required fields are marked *