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

Undoing Unstaged $ git checkout [file] Undoing Staged $ git reset HEAD [file] Undoing Committed $ git commit --amend "commend" RollBack $ git revert HEAD $ git checkout [file] : Unstaged 상태의 파일이 수정 전으로 돌아간다. $ git reset HEAD [file] : Staged 되었던 파일 --> Unstaged * HEAD : current snapshot * -p flag를 사용하면, modify 할때마다 물어본다 if you want to snapshot or not (commi..
Programming enviorment
2021. 12. 5. 02:29