본문 바로가기
공부 자료

git 명령어 모음

by 21세기 김작가 2021. 10. 21.

https://m.blog.naver.com/PostView.naver?isHttpsRedirect=true&blogId=hisukdory&logNo=220766885707 

 

[git] origin, remote, 그리고 branch 개념

SVN에서 GIT으로 넘어온지 좀 되었는데, GIT을 제대로 이해하기보다는 그냥 그때그때 검색해서 쓰...

blog.naver.com

https://planbs.tistory.com/entry/Git-%EC%9B%90%EA%B2%A9-%EC%A0%80%EC%9E%A5%EC%86%8C-%EB%A7%8C%EB%93%A4%EA%B8%B0?category=653662 

 

[Git] 원격 저장소 만들기

만들어진 디렉토리에서 git init 을 이용해 로컬 저장소를 만들어 여러가지 명령어들을 이용해 Untracked 파일들을 인덱스로 staging하여 Tracked로 바꾸기도 하고, commit으로 변경 이력을 등록하기도 했

planbs.tistory.com

https://velog.io/@delilah/GitHub-Git-%EB%AA%85%EB%A0%B9%EC%96%B4-%EB%AA%A8%EC%9D%8C

 

[GitHub] Git 명령어 모음

_ # INDEX _ _ Git 명령어 _ 명령어 | 명령어 | 내용 설명 | |:----------:|:----------:| | $ git init | .git 하위 디렉토리 생성 | | $ git add 파일명 | 수정사항 중, 커밋에 추가 | | $ gi

velog.io