"Git 명령어"의 두 판 사이의 차이

 
(사용자 3명의 중간 판 10개는 보이지 않습니다)
2번째 줄: 2번째 줄:
;Git 명령어
;Git 명령어


==목록==
==주요 명령어 목록==
{| class='wikitable'
{| class='wikitable'
! 명령어 !! 설명
! 명령어 !! 설명
20번째 줄: 20번째 줄:
| [[git branch]] ||
| [[git branch]] ||
|-
|-
| [[git checkout]] ||
| [[git checkout]] || [[Git 브랜치 생성]]
|-
|-
| [[git clone]] ★★★ ||
| [[git clone]] ★★★ ||
|-
|-
| [[git diff]] ||
| [[git diff]] ||
|-
|-
| [[git fetch]] ||
| [[git fetch]] ||
39번째 줄: 39번째 줄:
|-
|-
| [[git rebase]] ||
| [[git rebase]] ||
|-
| [[git remote]] ||
|-
|-
| [[git reset]] ||
| [[git reset]] ||
44번째 줄: 46번째 줄:
| [[git rm]] ||
| [[git rm]] ||
|-
|-
| [[git show]] ||
| [[git show]] ||
|-
|-
| [[git tag]] ||
| [[git tag]] || 태그 목록 보기
|}
|}


==같이 보기==
==같이 보기==
*[[Git]]
*[[Git]]
*[[git, svn 명령어 대응]]


[[분류: git]]
[[분류: git]]

2022년 1월 3일 (월) 16:50 기준 최신판

Git commands
Git 명령어

1 주요 명령어 목록[ | ]

명령어 설명
git init ★★ Git 저장소 생성
git status ★★ 작업디렉토리/스테이징영역 상태 확인
git add ★★ 작업디렉토리에서 스테이징영역으로 파일 추가
git diff ★★ 작업디렉토리와 스테이징영역 차이 보기
git commit ★★ 변경사항을 저장소 스테이징역역에 영구 저장
git log ★★ commit 이력 보기
git branch
git checkout Git 브랜치 생성
git clone ★★★
git diff
git fetch
git grep
git merge
git mv
git pull
git push
git rebase
git remote
git reset
git rm
git show
git tag 태그 목록 보기

2 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}