일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- DataFrame
- js
- CSS
- CUT&RUN
- github
- PYTHON
- python matplotlib
- matplotlib
- pandas
- HTML
- ngs
- drug development
- javascript
- Git
- 싱글셀 분석
- cellranger
- single cell
- CUTandRUN
- Bioinformatics
- scRNAseq
- ChIPseq
- single cell rnaseq
- EdgeR
- julia
- MACS2
- 비타민 C
- single cell analysis
- drug muggers
- scRNAseq analysis
- Batch effect
Archives
- Today
- Total
바이오 대표
[Git] Git Install 설치하기 본문
< Git installation >
[1] 내 컴퓨터에 git 이 깔려있는지 확인하기 (Mac)
$ git --version
(notepad++ 이나 atom (
[2] Git 설치
내 컴퓨터에 git 이 설치되어 있지 않다면 https://git-scm.com/downloads 에서 설치 할 수 있다.
- 아래 페이지에 Linux, Mac, Window 환경에서의 설치법이 자세히 설명되어있다.
https://git-scm.com/book/en/v2/Getting-Started-Installing-Git
'Programming enviorment' 카테고리의 다른 글
[Git] Advanced Git Interaction : git [commit -a -m / log -p / log-stat / show ] (0) | 2021.12.02 |
---|---|
[Git] Git 기본 사용법 (init, config, add, commit) (0) | 2021.11.25 |
[Git] Intro - Linux에서 파일 비교하기 (diff/patch) (0) | 2021.11.17 |
[Git] Intro - VCS (Version Control System) (0) | 2021.11.17 |
[ Jupyter Lab ] Window 환경에서 jupyter lab (cmd) (0) | 2021.09.26 |