본문 바로가기

Git

Git 여러 Repository 로 push 하기

728x90
git add *
git commit -m 'content'

git push [주소1] [브랜치명1]
git push [주소2] [브랜치명2]

git commit 까지 해준 후 push를 그 상태에서 push 를 여러번 해주면 됩니다!

728x90

'Git' 카테고리의 다른 글

Git 에서 특정 branch clone 하기  (0) 2023.02.01
yarn deploy 시 Failed to get remote.origin.url 해결하기  (0) 2022.11.10