목록config (2)
투케이2K
[개발 환경 설정] 개발 언어 : Redis [맥북 Redis 설치 방법] https://blog.naver.com/kkh0977/223334716548 2. (Redis/레디스) [Mac Os] Redis (Remote Dictionary Server) 설치 방법 설명 [개발 환경 설정] 개발 언어 : Redis [맥북 brew 설치 방법] https://blog.naver.com/kkh0977/22333445952... blog.naver.com [맥북 Redis 서비스 실행 및 중지 방법] https://blog.naver.com/kkh0977/223334888530 3. (Redis/레디스) [Mac Os] Redis 서비스 실행 , 중지 , 상태 확인 방법 - services st..
[환경 설정] 저장소 : Bitbucket / Git 사용 목적 : 소스 코드 버전 관리 실시 [소스 코드] # [1] : [git config 설정 확인] $ git config --list # [2] : [git config 설정 : global 전역 설정] $ git config --global user.name "kwon" $ git config --global user.email "kwon@test.com" # [3] : [git config 삭제 : global 전역 설정] $ git config --unset --global user.name $ git config --unset --global user.email