~/project/quantum-leap에 저장소를 만들려면 git init을 어디에서 실행해야 하나요?
~/project/quantum-leap
git init
직접 만든 ~/project/quantum-leap/.git 디렉터리 안에서 실행합니다.
~/project/quantum-leap/.git
~/project/quantum-leap에서 실행합니다.
홈 디렉터리 ~에서 실행합니다.
~
새 디렉터리를 만들기 전에 ~/project에서 실행합니다.
~/project