일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- postgres
- 3.0
- 하모니카
- Linux
- java
- Atlassian
- DATABASE
- script
- Windows
- python
- hamonikr
- 데이터베이스
- 아틀라시안
- 리눅스
- 윈도우
- install
- 설정
- DB
- ubuntu
- 설치
- JS
- javascript
- 파이썬
- 자바스크립트
- 우분투
- 스크립트
- 노드
- node
- PostgreSQL
- 자바
Archives
- Today
- Total
목록깃 (7)
LukeHan 의 잡다한 기술 블로그
Ubuntu Github 사용법
# 설치 apt-get install git # 전역 설정 정보 조회 git config --global --list # 저장소별 설정 정보 조회 git config --list # 설정 - 깃허브 계정 정보를 입력한다. git config --global user.name "LukeHan1128" git config --global user.email "lukehan1128@gmail.com" # 저장소 초기화 git init # 저장소 복제 git clone https://github.com/LukeHan1128/samples.git # 특정 브랜치만 복제 git clone -b branch_name https://github.com/LukeHan1128/samples.git # 브랜치 목록 보기 g..
OS/Linux
2021. 10. 2. 20:00