일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- ARIadminer
- 항해플러스
- 항해플러스백엔드
- 남궁성
- 자바의정석
- ARI
- 변수의타입
- 변수
- 보안인증서
- AWS Certified Cloud Practitioner
- Wordpress
- AWS시험
- disabled
- Java의정석
- saltkey
- cafe24
- 항해플러스후기
- SQL개발자
- java
- AWS
- 형변환
- Your session has been terminated
- SSL
- Foundational
- 항해솔직후기
- sqld
- 항해99
- readony
- Today
- Total
목록Develop (29)
WorkaHolic
* 리모트명 = 저장소명 * HEAD : 작업 중인 브랜치의 선두를 가리키는 포인터 * git init : git 프로젝트 시작 * git remote add 리모트명 브랜치명 : 원격 레포지토리 지정 - (서버에서) 로컬 저장소로 사본 가져오기 git clone 주소 - clone에 fetch 기능을 원한다면 git clone --mirror 주소 로컬git위치 - 특정 브랜치만 clone 하길 원한다면 git clone -b 브랜치명 --single-branch 주소 git init + git remote add origin 주소 한 이후, - (서버에서) 로컬 저장소로 가져와서 합병 (git fetch + git merge) git pull git pull 리모트명 브랜치명 e.g. git pull..
These are common Git commands used in various situations: start a working area (see also: git help tutorial) clone Clone a repository into a new directory init Create an empty Git repository or reinitialize an existing one work on the current change (see also: git help everyday) add Add file contents to the index mv Move or rename a file, a directory, or a symlink reset Reset current HEAD to the..
https://github.com/BaileyPark
개인 DNS 서비스 (hosts > DNS) // 가상IP 와 가상도메인을 기존에서 추가 연동 e.g.192.168.0.1 naver.com naver.com 로 접속하면, naver서버인 125.209.222.141이 아니라, 192.168.0.1로 접속된다. * 브라우저 캐시가 남아있으면, naver로 접속되니, 캐시를 지우거나 스크릿 모드로 확인 - hosts 위치 !Window C:\Windows\System32\drivers\etc\hosts !Mac sudo vim /private/etc/hosts !Linux sudo vim /etc/hosts