![[git]2.github 업로드 맛보기](https://image.inblog.dev?url=https%3A%2F%2Finblog.ai%2Fapi%2Fog%3Ftitle%3D%255Bgit%255D2.github%2520%25EC%2597%2585%25EB%25A1%259C%25EB%2593%259C%2520%25EB%25A7%259B%25EB%25B3%25B4%25EA%25B8%25B0%26logoUrl%3Dhttps%253A%252F%252Finblog.ai%252Finblog_logo.png%26blogTitle%3Dsson17&w=2048&q=75)
1.소스코드 관리하기(해당 폴더로 이동해서)
git init
git add .
git commit -m "view complete"
git add .
git commit -m "view complete"
git push origin master
//수정한 파일 업로드
2. 깃헙 저장소 만들기

3. 저장소 내컴퓨터에 연결하기
storev1
son7571 • Updated Mar 27, 2025

git remote add origin https://github.com/son7571/storev1.git
4. 연결된것 확인하기
git remote -v

5. 업로드 하기
git push origin master


6. 자격증명 확인하기



Share article