git scenarios
1.
local repository를 지운다
clone을 한다 from remote repository
특정 시점으로 되돌린다.
2.clone to local repository from remote repository
how to run?
3.폴더 바꾸기 git -> practice로
git/local_repository지운다
clone한다 to practice/local_repository
4.branch 작업
branch 만든다
merge한다
5.push Scenarios to Remote Repository
수정사항이 있을 때 마다 local에 commit을 한다.
6.revert한걸 또 revert 하는 경우
1.revert
2.revert
7.remove한 경우 다시 다운로드 받고 싶을 때
'개발 > Git, GitHub' 카테고리의 다른 글
git local repository 생성 (0) | 2018.05.21 |
---|---|
git 파일명 길어서 pull 안될 때 설정법 (0) | 2018.05.21 |
소스코드 Bitbucket Remote Repository에서 Clone해서 실행까지 시키기 (0) | 2018.05.21 |
작업하던 프로젝트 git에 올려서 source공유 하기 (0) | 2018.05.21 |
Git Discard(폐기), Remove(제거) 차이점 (0) | 2018.05.21 |