일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 싱글셀 분석
- js
- github
- matplotlib
- scRNAseq analysis
- javascript
- CSS
- ChIPseq
- 비타민 C
- HTML
- CUT&RUN
- Batch effect
- PYTHON
- EdgeR
- Git
- drug development
- drug muggers
- python matplotlib
- DataFrame
- single cell
- single cell rnaseq
- Bioinformatics
- ngs
- cellranger
- pandas
- CUTandRUN
- single cell analysis
- scRNAseq
- MACS2
- julia
Archives
- Today
- Total
목록git 기본 (1)
바이오 대표

실제로 사용 되는 기본 코드 예시 1. Github Account 만들기 2. 저장 후 Repository 만들기 3. 연동 $ git clone [url] 4. 해당 directory로 이동 $ cd [directory_name] 5. Configure Git $ git config --global user.name [Name] $ git config --global user.email [user@example.com] 만약 github page 에서 수정된게 있으면 push 할때 문제가 생겨서 $ git pull origin main 후에 $ git push origin main 을 하면 된다
Programming enviorment
2022. 1. 9. 18:06