728x90 Programming/Git2 Git / GitHub 저장소 연동 / Sourcetree / 협업 / 사용법 Sourcetree를 이용해 GitHub 저장소 연동 시작하기 먼저 아래 홈페이지에서 Sourcetree 를 다운로드 한다. www.sourcetreeapp.com/ Sourcetree | Free Git GUI for Mac and Windows A Git GUI that offers a visual representation of your repositories. Sourcetree is a free Git client for Windows and Mac. www.sourcetreeapp.com 깃헙 이메일 정보를 입력하면 연동이 되고 다운로드를 마치면 다음과 같은 질문이 나온다 SSH키가 없으니 아니오를 누른다. 깃헙에서 연동할 Repository 주소를 복사해온다 소스트리에서 Clone할 소스 경.. 2021. 3. 31. 깃헙으로 블로그 포스팅하기(요약) Git 으로 GitHub 블로그 관리하기 == 간단요약 == git으로 GitHub 레파지토리 링크를 복사해 로컬 저장소로 내려받는다. C:\github>git clone https://github.com/chu-uj/chu-uj.github.io.git _config.yml 파일에 url을 블로그 주소로 수정한다 url : "https://chu-uj.github.io" baseurl : "" _posts 폴더에 .md 파일로 본문을 작성하고 git으로 아래처럼 push해주면된다. cd C:\github\chu-uj.github.io git add . git commit -m "posting" git push 2021. 3. 9. 이전 1 다음 728x90