Programming/Tools
git bash로 깃허브 올리기
Saans
2021. 10. 28. 12:25
https://carpet-part1.tistory.com/289
git remote: Repository not found 해결
git remote: Repository not found 해결 터미널에 원격 git 저장소를 먼저 식별 git remote set-url origin https://github.com/repository.git 이후 git add . git commit -m "first commit" git push origi..
carpet-part1.tistory.com
https://shxrecord.tistory.com/179
GitHub 사용법 - Git Bash를 이용한 소스 올리기
GitHub 사용법에서는 CMD창에서 새로운 폴더 생성 후 저장소에 소스를 올리는 과정을 포스팅했었습니다. 이번 포스팅은 Git Bash를 이용해 기존 폴더에서 소스를 저장소에 올리는 방법에 대한 것입
shxrecord.tistory.com
두 분 블로그 글이 큰 도움이 됐다