일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 하이퍼레저패브릭
- git flow
- hyperledger transaction
- #CallByAddress
- html object
- html plug-in
- #자바상속#자바이즈어#is~a
- #C++ 연산자함수오버로딩
- mac terminal command
- docker example
- #성적관리프로그램
- #2차원배열
- #binary
- html5 new tag
- #3차원배열
- 토큰경제
- html multimedia
- #다차원포인터
- #android activity
- html code
- #bubbleSort
- #JAVASCRIPT
- #C++ has~a
- html video
- html youtube
- border-box
- html id
- relative path
- html charset
- #1차원배열
Archives
- Today
- Total
목록#git (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