반응형

github 5

TortoiseGit 설치

TortoiseGit은 윈도 환경에서 깃을 좀 더 쉽게 사용할 수 있는 툴이다. 기본적으로 git 이 설치되어있어야 한다. 설치 방법은 이전 글을 참고하자. https://soccerda.tistory.com/136 깃허브(github) 윈도 설치 Git은 무료 오픈 소스 분산 버전 제어 시스템이다. 윈도 환경에서 사용할 수 있도록 환경 구성을 만들어 보겠다. https://git-scm.com/downloads Git - Downloads Downloads Mac OS X Windows Linux/Unix Older re.. soccerda.tistory.com 공식 홈에서 다운로드할 수 있다. https://tortoisegit.org/download/ Download – TortoiseGit – W..

IT/Git 2020.07.03

깃허브(github) 윈도 설치

Git은 무료 오픈 소스 분산 버전 제어 시스템이다. 윈도 환경에서 사용할 수 있도록 환경 구성을 만들어 보겠다. https://git-scm.com/downloads Git - Downloads Downloads Mac OS X Windows Linux/Unix Older releases are available and the Git source repository is on GitHub. GUI Clients Git comes with built-in GUI tools (git-gui, gitk), but there are several third-party tools for users looking for a platform-specific git-scm.com Windows 버전을 받자 자신의 윈..

IT/Git 2020.07.03

GITHUB IO 웹페이지 만들기

깃허브를 이용하면 별도의 서버가 없이도 웹페이지를 구성할 수 있다. 도메인은 계정 ID + ".github.io" 만드는 방법은 간단하다. 첫 단계 repository 생성 두 번째 Repository name에 반드시 계정 ID + ".github.io" 입력 그리고 Initialize this repository with a README 체크 셋째로는 Settings -> GitHub Pages -> Theme Chooser 클릭하여 테마 선택 테를 선택하면 편집창이 나타나고 하단에 Commit changes를 입력할 수 있다. 입력한다. 계정 ID + ".github.io"로 웹브라우저로 접속하면 페이지가 만들어진 것을 확인할 수 있다.

IT/Git 2020.02.21
반응형