brew services start mongodb-community@5.0
mongod
mongo
git config --global user.name "git hub 닉네임" (내 기준 MinseokGo)
git config --global user.email "git hub 이메일"
클론할 레포지토리의 링크복사(해당 레포의 코드 버튼을 클릭하면 주소 나옴)
연동할 로컬 폴더로 터미널 상에서 cd를 통해 path 지정
cd Documents/...
git clone 복사한 주소
git status
git add .
또는
git add 파일/디렉토리 경로
git commit -m "커밋메시지"
git push origin 브랜치명