[git] git command 정리

SNAGJU LEE·2023년 1월 23일
0

<commit, push>

$git add .(전체 add)

$git commit -m [“commit 내용”]

$git push [remote name][branch name]

<수정된 코드 확인>​

$git status

$git diff

<현재 branch 및 branch list 확인>

$git branch

<branch 만드는 커멘드>

$git branch [브랜치 이름]

<branch 활성화>​

$ git checkout [브랜치 이름]

[참고]

<Git push 오류>

https://backstreet-programmer.tistory.com/112

https://parksb.github.io/article/28.html

https://planbs.tistory.com/entry/Git-Pull%EC%97%90%EC%84%9C-%EC%B6%A9%EB%8F%8C-%ED%95%B4%EA%B2%B0%ED%95%98%EA%B8%B0

<Git 오류>

https://hcnoh.github.io/blog-prev/git-basic-usage/

https://juun42.tistory.com/45

< Git ignore>

https://somjang.tistory.com/entry/Git-gitignore-%EC%9D%84-%ED%99%9C%EC%9A%A9%ED%95%98%EC%97%AC-%ED%95%84%EC%9A%94%EC%97%86%EB%8A%94-%ED%8C%8C%EC%9D%BC-%EC%A0%9C%EC%99%B8%ED%95%98%EA%B3%A0-%EC%97%85%EB%A1%9C%EB%93%9C%ED%95%98%EA%B8%B0


이 글은 2023.01.23에 업데이트 되었습니다.
profile
배우는 것을 좋아하는 개발자 입니다.

0개의 댓글

관련 채용 정보