일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- #bubbleSort
- git flow
- #android activity
- html5 new tag
- mac terminal command
- #2차원배열
- html youtube
- html plug-in
- #C++ 연산자함수오버로딩
- #CallByAddress
- hyperledger transaction
- #JAVASCRIPT
- html object
- #1차원배열
- html id
- html multimedia
- border-box
- #C++ has~a
- #3차원배열
- html charset
- #성적관리프로그램
- #다차원포인터
- html video
- docker example
- #binary
- relative path
- html code
- #자바상속#자바이즈어#is~a
- 하이퍼레저패브릭
- 토큰경제
Archives
- Today
- Total
목록#CLI (1)
A sentimental robot
CLI환경에서 GIT 사용하기
1. git download 2. contribute하고 싶은 프로젝트 Fork 하기 프로젝트를 자신의 원격 저장소(remote repository)로 가지고 오는 작업이다. 3. 이제 local repository로 가지고 오는 작업을 해보자. 프로젝트를 가지고 올 root 폴더에 오른쪽 버튼 -> Git Bash Here CLI (Command Line Interface) 창이 뜬다. $git init git이 폴더를 추적(track)할 수 있는 환경 구성 (.git 폴더가 생김, 숨김 항목이므로 확인하 고 싶을 시 숨김 항목 체크 하기. 예를 들어, .metadata 같이 폴더이름 앞에 .이 붙어있는 경우는 대부분 환경설정 관련 데이터들이 들어있는 폴더다.) 4. $git clone https://..
Git
2018. 11. 2. 15:19