일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- pandas
- HTML
- 비타민 C
- ngs
- scRNAseq analysis
- drug muggers
- Git
- EdgeR
- Batch effect
- js
- javascript
- matplotlib
- python matplotlib
- CSS
- PYTHON
- CUT&RUN
- single cell analysis
- DataFrame
- single cell rnaseq
- github
- CUTandRUN
- MACS2
- ChIPseq
- 싱글셀 분석
- julia
- Bioinformatics
- single cell
- scRNAseq
- drug development
- cellranger
Archives
- Today
- Total
바이오 대표
[Github] 전체적인 process 예시 본문
실제로 사용 되는 기본 코드 예시
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' 카테고리의 다른 글
[ Jupyter Lab ] Module (function) 불러오기 - nbimporter (0) | 2022.02.04 |
---|---|
[ Jupyter Lab ] 단축키 (for mac) (0) | 2022.01.12 |
[Github] Remote repository 이용 (pull, push, fetch, clone, remote, merge) (0) | 2022.01.09 |
[Github] Branch ( git branch, -d, merge ) (0) | 2022.01.08 |
[Github] Github (Pull 가져오기 & Push 보내기) (0) | 2022.01.07 |