본문 바로가기
개발

[Git]git bash 명령어

by m_.9m 2022. 6. 28.

 

1) 경로로 이동 & status

cd ~/git
git status

 

2) add

git add *

 

3) git commit

git commit -m '메시지'

 

4) git push

git push