여러개의 원격 저장소(git)

Updated:

git remote add alt https://xxxx.xxxx.xxxx.git
git remote update
git pull alt master
  • 두개의 git을 동시에 push하는법
git remote set-url origin --push --add https://github.com/limjun92/group7_kt_d

Leave a comment