Etc

Git | 명령어

ivvy07 2024. 1. 24. 09:43

로컬에서 repository 만들기

1. git clone 명령어 사용

 

2. 로컬에 리파지토리와 동일한 이름의 폴더를 만들고 아래 git bash에서 명령어 실행 

 

깃헙에 add/commit/push

git add .

git commit -m "커밋메시지"

git push

 

라이브러리파일 설치 명령어

pip install -r requirements.txt