본문 바로가기 메뉴 바로가기

KENSEI IT BLOG

프로필사진
  • 글쓰기
  • 관리
  • 태그
  • 방명록
  • RSS

KENSEI IT BLOG

검색하기 폼
  • KENSEI (810)
    • Mail (5)
    • Security (93)
    • VPN (50)
    • Linux (273)
    • Network (47)
    • DNS (4)
    • Memo (13)
    • Cloud (32)
    • LAYER 4 & 7 (36)
    • HARDWARE (23)
    • windows (27)
    • WEB (28)
    • 프로그램 (33)
    • Unsolved (9)
    • 보안솔루션 (13)
    • 일상&리뷰 (67)
    • container (7)
    • Database (31)
    • Filesystem (11)
  • 방명록

Git (2)
git 명령어

git 참고 및 원문사이트 [https://rogerdudler.github.io/git-guide/index.ko.html]() [https://git-scm.com/book/ko/v1/Git%EC%9D%98-%EA%B8%B0%EC%B4%88-Git-%EC%A0%80%EC%9E%A5%EC%86%8C-%EB%A7%8C%EB%93%A4%EA%B8%B0]() 이미 사용중인 디렉토리를 GIT 저장소로 만들기 git init: .git 이라는 하위 디렉토리 생성됨 (skeleton : 뼈대가 되는 파일) [root@localhost public_html]# ll .git/ -rw-r--r-- 1 root root 23 11월 27 09:52 HEAD drwxr-xr-x 2 root root 6 11월 27 09..

프로그램 2018. 11. 23. 10:43
git 설치

git 설치 원문 & 참고 [http://morningame.tistory.com/27](http://morningame.tistory.com/27) http://morningame.tistory.com/27 설치 yum install gitgit 사용자 추가 git config-global user.name "takakocap" git config-global user.email "takakocap@kensei.co.kr"git 환경 설정 git config-global color.ui.auto git config-global alias st.statusgit 설정 확인 git config -l user.name=rmtest user.email=takakocap@naver.com color.ui=auto

프로그램 2018. 11. 21. 17:19
이전 1 다음
이전 다음
공지사항

Blog is powered by Tistory / Designed by Tistory