일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- Git
- HTML
- MACS2
- CUTandRUN
- pandas
- scRNAseq analysis
- js
- PYTHON
- julia
- CSS
- github
- javascript
- ngs
- matplotlib
- single cell analysis
- Bioinformatics
- DataFrame
- python matplotlib
- single cell rnaseq
- ChIPseq
- scRNAseq
- 비타민 C
- cellranger
- single cell
- 싱글셀 분석
- Batch effect
- drug development
- drug muggers
- CUT&RUN
- EdgeR
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
Git - Installing Git
This book was written using Git version 2.8.0. Though most of the commands we use should work even in ancient versions of Git, some of them might not or might act slightly differently if you’re using an older version. Since Git is quite excellent at pres
git-scm.com
'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 |