git bash에서 명령어 입력하기 
*git push 하는 법 
1. git init 
2. git branch 
3, git add . 
4.git commit -m "메세지" 
5. git push origin 내브랜치명 
*git 머지한거 pull하는법 
1. git checkout master 
2. git pull origin master 
3. git branch -d 브랜치명 (브랜치삭제) 
4. git branch 새로운 브랜치명 
5. git checkout 새로운 브랜치명
'ect' 카테고리의 다른 글
| pm2 프로세스 저장하는 방법 (0) | 2024.04.01 | 
|---|---|
| pm2 "npm run start"로 실행하기 (0) | 2024.04.01 | 
| git | 레파지토리 복사하기 (0) | 2023.04.15 | 
| git | git push 에러 (mac) (0) | 2023.04.14 | 
| 뿌띠 (0) | 2023.04.05 |