[Git] 명령어 (수정중)

2024. 2. 3. 13:15Tool/Git

 

😊업데이트 중입니다. 개인적으로 참고하기 위해 기록중입니다.

 

git init

git 저장소 생성

 

git clone

git repository 가져오기

 

git status

깃 상태 확인하기

 

git add

파일 스테이징(staging)

 

git log

repository에 저장된 버전을 확인하기

 

git pull

repository에서 가지고 오기

 

git push

repository에 commit한 내용 반영하기

 

git revert

commit한 내용을 되돌리기

 

git version

git version 확인하기

'Tool > Git' 카테고리의 다른 글

[Git] From SVN to Git  (0) 2024.06.26
[Git] VS code에서 Git Bash 사용하기  (0) 2024.05.13
[GitHub] Repository: private to public  (0) 2023.09.28
[GitHub] 프로필 생성  (0) 2023.09.15