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

Gray CHA

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

Gray CHA

검색하기 폼
  • Total (127)
    • 알아두기 (29)
    • 제품리뷰 (16)
    • 청약 (1)
    • 프로그래밍 (79)
      • Project (3)
      • HTML, CSS (1)
      • Script, jQuery (5)
      • React (11)
      • PHP (11)
      • Spring (0)
      • Python (4)
      • DB (5)
      • Linux (6)
      • Git (3)
      • Docker (8)
      • AWS (5)
      • Network (3)
      • Algorithm (1)
      • ETC (13)
    • 블로그 운영 (2)
  • 방명록

프로그래밍/Git (3)
[git] git 버전 update on Centos7

1. git --version git version 1.8.3.1 2.git repository add rpm -Uvh http://opensource.wandisco.com/centos/7/git/x86_64/wandisco-git-release-7-2.noarch.rpm 3.git update yum update git 4.git --version git version 2.22.0

프로그래밍/Git 2021. 3. 23. 12:34
[git] 원격저장소 연결 설정 및 해제

1. 원격저장소 연결 정보 확인 # git remote -v origin https://github.com/[GitName]/[RepositoryName].git (fetch) origin https://github.com/[GitName]/[RepositoryName].git (push) 2. 원격저장소 연결 해제 # git remote remove origin 3. 원격저장소 연결 설정 # git remote add origin https://github.com/[GitName]/[RepositoryName].git * origin : 원격지

프로그래밍/Git 2021. 3. 23. 11:39
[git] branch표기

1) branch 표기 [test-dev@local ~](master) [test-dev@local ~](dev) 2) git이 관리되는 프로젝트로 이동하여, 아래 파일을 내려받자. # cd [프로젝트 경로] # wget https://raw.github.com/git/git/master/contrib/completion/git-completion.bash # wget https://raw.github.com/git/git/master/contrib/completion/git-prompt.sh # mv git-completion.bash .git-completion.bash # mv git-prompt.sh .git-prompt.sh 3) .bashrc 에 아래의 내용 추가 source ~/.git-pr..

프로그래밍/Git 2019. 9. 27. 11:35
이전 1 다음
이전 다음

Blog is powered by Tistory / Designed by Tistory

티스토리툴바