일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 25년 3월 미국 증시 분석
- 25년 3월 12일 미국 증시 분석
- 트럼프 2025년 미국 관세
- 연체용어
- 스코어카드 예시
- 연체 css
- 25년 3월 11일 미국 증시 분석
- 주식 데이터 수집
- 2025년도 미국 관세
- Cudnn 버전 확인
- 미국 증시 분석
- css 리스크관리
- css risk
- 스코어카드 만드는법
- 미장 분석
- python pandas
- 취업사이트 정리
- 딥러닝 제대로 시작하기
- jupyter notebook PDF
- 2025년 3월 6일 미국 증시 분석
- 관세 설명
- 코딩 사이트 정리
- css 리스크
- Python Numpy
- 미국 증시 방향성
- 25년 3월 증시 분석
- 미국 투자 분석
- 딥러닝
- 트럼프 미국 관세
- 미국 시황
Archives
- Today
- Total
목록linux git command (1)
koos808
자주 사용하는 리눅스 GIT code, command
리눅스 GIT Command git clone(복사) : cd로 원하는 폴더 이동 후 Command 입력 git clone http://----.git(주소 복사) commit/ 주소의 git을 commit 폴더로 복사 Commit 1.global setting ex) ( 유저네임 , email ,비밀번호) git config --global user.email "koos.gu@--.com" git config --global user.name "koos.gu" 2.커밋 폴더로 경로 이동 cd 사용 최상위로 이동 : cd .. 3.log 확인 git log or git log -1 git status 4.Add git add scripts/SFA_XGboost.R scripts/Xgboost.R 여러 파..
Ubuntu & Linux
2021. 9. 10. 13:53