주섬주섬 개발일지

Git 명령어 모음집 본문

Programing/Back-End

Git 명령어 모음집

zzu__e 2024. 2. 1. 09:23
git init
git remote add origin https://github.com/####/#####.git
git pull origin master

 

git add .
git commit -m "메시지"
git push -u origin master

 

git status    --> 파일 정보
git log       --> commit 정보

'Programing > Back-End' 카테고리의 다른 글

AWS DynamoDB 가이드 (with Golang)  (0) 2024.01.31