git 명령어

Jang Seok Woo·2021년 7월 9일
0

실무

목록 보기
35/136

git init

git status

git add .

git commit -m "내용"

git remote add origin {remote repository 주소}

git push origin master

git push origin {브랜치명}


작업한 코드 올리기

git add .

git commit -m "메시지 내용"

git push origin {브랜치명}

profile
https://github.com/jsw4215

0개의 댓글