github 명령어 정리

LB·2021년 3월 7일
0

git branch <- 현재 branch 위치 확인
gir branch feature/sunghoonbae <- feature/sunghoonbae 라는 branch 생성
git checkout feature/sunghoonbae <- feature/sunghoonbae branch 로 이동

git add . <- branch 에서 작업한 내용 모두 추가
git status <- git add 한 작업 확인
git commit -m "" <- git add 에 대한 메세지 남기기
git log <- commit 한 기록 보기
git push origin feature/sunghoonbae <- git add 한 작업을 feature/sunghoonbae 에 업로드

github 쓰면서 새로 배운 명령어 및 내용을 계속해서 업데이트 예정

profile
아자

0개의 댓글