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