git 사용방법

Git&Github

깃(Git)과 깃허브(Github) 공부하기 - 4 (Github)

이전 글 깃(Git)과 깃허브(Github) 공부하기 - 1 깃(Git)과 깃허브(Github) 공부하기 - 2 (branch) 깃(Git)과 깃허브(Github) 공부하기 - 3 (원격저장소) https://github.com/ GitHub: Let’s build from here GitHub is where over 94 million developers shape the future of software, together. Contribute to the open source community, manage your Git repositories, review code like a pro, track bugs and feat... github.com git/git을 검색하면..

Git&Github

깃(Git)과 깃허브(Github) 공부하기 - 3 (원격저장소)

이전 글 깃(Git)과 깃허브(Github) 공부하기 - 1 깃(Git)과 깃허브(Github) 공부하기 - 2 (branch) Github 원격저장소를 사용하기에 앞서, git bash 콘솔에서 원격저장소를 사용해보고 원리를 파악해보자 - 소스코드와 버전을 백업하고 인터넷을 통해 서로 다른 컴퓨터에서 협업이 가능한 - 지역 저장소와 동기화되어 연결되는 1. 워킹 디렉토리 (깃 실습 가장 상위 디렉토리) 생성 mkdir gitfth3 > gitfth3 폴더가서 f1.txt생성 (vim f1.txt), 내용아무거나 입력> git add f1.txt > git commit -m 1 2. git init local(local이라는 이름의 디렉토리명) => gitfrh3/ local/ .git 의 구조로 디렉토..

파워지훈
'git 사용방법' 태그의 글 목록