git 원격 환경에서 merge 해서 push하기
1. branch 만들기 두 사람이 각 branch에서 작업한다고 가정 ➜ git_test_develop2 git:(main) git branch develop1 ➜ git_test_develop2 git:(main) git branch develop2 2. git clone 두번 하기 ➜ git_test git clone https://github.com/JellytoDev/git_test.git Cloning into 'git_test'... remote: Enumerating objects: 44, done. remote: Counting objects: 100% (44/44), done. remote: Compressing objects: 100% (29/29), done. remo..