aws인스턴스 (1) 썸네일형 리스트형 Node.js 입문 주차 1주차_5 Node.js 입문 주차 1주차_5 git 형상관리 도구 📌 SSH Key 발급 ssh-keygen -t rsa -b 4096 -C "archepro84@gmail.com" 📌 키 파일 open cat ~/.ssh/id_rsa.pub 📌 git init git init 📌 .gitignore 파일 생성 git add . git commit -m "first Commit All Files" git push -u origin master 📌 원격 repo 업로드 확인 수정된 사항 업로드 📌 변경사항 있는지 확인 git status git add . git commit -m "Second Commit Files" git push aws 인스턴스 cd Download ssh -i ./sparta_keypair... 이전 1 다음