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