Git

조영래·2023년 12월 27일
0
post-custom-banner

Git repository

cd javascript_exam
git init
ls -a (들어가있는지 확인)
git remote add origin (git repository 주소)
git remote -v (repository 확인)
git add .
git commit -m ‘내용’
git push origin master

git remote remove origin - 기존에 연결되어 있는 원격 저장소 연결 끊기

profile
난될놈이야

0개의 댓글