🍄Git

Git

remote 변경 및 복수의 remote 구성하기

 git remote set-url remote이름 새저장소URL
  • 동시에 여려 원격저장소에 push하기

git remote add remote이름 저장소URL1
git remote set-url --add --push remote이름 저장소URL1
git remote set-url --add --push remote이름 저장소URL2

global ignore

git config --global core.excludesfile ~/.gitignore
  • ~/.gitignore

.DS_Store
.idea