1. git 활용법: git에 있는 코드를 수정하고 다시 git에 넣고 싶을 때 (push)
2. push process
a. Clone to server: $git clone~~
b. Select your branch: $cd path > $git checkout ["branch_name"] (to know which branch: $git status)
c. Make change.. modify, edit, delete, add..
d.Committogit:$git pull > $git add . > $git commit -m "message to commit" > $git push
3. git에 push 후 test하고 싶을 때
a. install: $pip install git+url
b. run ...
반응형
'기타 이모저모' 카테고리의 다른 글
[Project-버버두] 개발기 #2 : 개발 (0) | 2024.09.23 |
---|---|
[Project-버버두] 개발기 #1 : 기획 (2) | 2024.09.21 |
3월부터 7월까지 나의 행보 (1) | 2024.08.22 |
[git] 소스 commit error > unable to auto-detect email address (0) | 2022.08.19 |
댓글