Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- pandas
- windows forms
- 기타 연주
- 프로그래머스
- SSH
- C#
- OpenCV
- Visual Studio
- JSON
- Python
- VS Code
- 오류
- mysql
- 핑거스타일
- 컨테이너
- C++
- Docker
- paramiko
- Selenium
- LIST
- Numpy
- Linux
- 채보
- pytorch
- error
- YOLO
- ubuntu
- C
- label
- pip
Archives
- Today
- Total
목록자주 사용 (1)
기계는 거짓말하지 않는다
Git 자주 사용되는 명령어 (생성 ~ 사용)
Command 창에 입력 생성 ~ 초기 설정 Command Description git init 저장소 생성, 초기화 (.git 디렉터리 생성) git remote add origin URL URL에 입력된 원격 저장소 연결 ex) git remote add origin https://github.com/... git config --global user.email "EMAIL" EMAIL에 입력된 이메일을 사용자 이메일로 설정 ex) git config --global user.email "user@gmail.com" git remote -v 연결된 저장소 확인 branch 관련 Command Description branch 조회 git branch 현재 로컬 브랜치 확인 git branch -r 원..
Git
2021. 10. 5. 16:06