메뉴 건너뛰기

Cloudera, BigData, Semantic IoT, Hadoop, NoSQL

Cloudera CDH/CDP 및 Hadoop EcoSystem, Semantic IoT등의 개발/운영 기술을 정리합니다. gooper@gooper.com로 문의 주세요.


1. 해당 폴더로 이동(이전에 다른 리포지토리에서 clone한곳)

  cd /home/gooper/git/gdime


2. 기존 리포지토리 pull/psh

  git pull

  git add .

  git commit -m "clean push"

 git push


3. 기존 리포지토리 제거

  git remote remove origin


4. 새 리포지토리 remote추가

  git remote add origin https://gooperone@bitbucket.org/gooperone/gdime.git


5. 로컬 소스를 리포지토리에 반영

  git push -u origin master


6. dev라는 브랜치를 만들고(리포지토리 제공 페이지에서 진행) 앞으로의 작업이 진행될수 있도록도록함

  git fetch && git checkout dev


---------로컬에 이전 리포지토리를 이용하여 새로운 이름의 리포지토리를 생성하고 원격 리포지토리에 등록하기

1. 리포지토리 상위 폴더로 이동

  cd /home/gooper/git

2. 이전에 존재하는 리포지토리를 이용하여 새로운 리포지토리 생성

  mv old_repository_name new_repository_name

3. 새로 생성된 리포지토리로 폴더 변경

  cd new_repository_name

4. 기존의 히스토리 삭제

  rm -rf .git

5. 파일 정리후 새로운 git설정

  git init

  git add .

  git commit -m "first commit"

6. 저장소 생성

  리포지토리 제공업체의 페이지에서 절차에 따라 생성해준다.

7. 6에서 생성한 git 저장소 연결

  git remote add origin https://gooper@bitbucket.org/gooper/gdime.git

8. 강제 push 

  git push -u --force origin master

번호 제목 날짜 조회 수
650 [oozie]Oozie WF수행시 단계별 ID넘버링 비교/설명 2022.03.23 3541
649 [application수행 로그]Failed to read the application application_123456789012_123456시 조치 방법 2022.03.21 3385
648 Hue impala에서 query결과를 HDFS 파일로 export시 AuthorizationException: User 'gooper1234' does not have privileges to access: db명.query_impala_123456 2022.03.17 3334
647 [TLS]pkcs12형식의 인증서 생성및 jks형식 인증서 생성 커맨드 예시 2022.03.15 2050
646 [TLS]TLS용 사설 인증서 변경 혹은 신규 지정시 No trusted certificate found 오류 발생시 확인및 조치사항 2022.03.15 2540
645 [CentOS 7.4]Hadoop NFS gateway기동시 Cannot connect to port 2049 오류 발생시 확인/조치 2022.03.02 2594
644 Oracle RAC 구성된 DB서버에 대한 컴포넌트별 설정 방법 2022.02.12 2487
643 service name방식의 oracle을 메타정보 저장소로 사용할때 Hue Configuration설정하는 방법 2022.02.12 3104
642 oracle 접속 방식에 따른 --connect 지정 방법 2022.02.11 1990
641 [vue storefrontui]외부 API통합하기 참고 문서 2022.02.09 1363
640 vuestorefrontui.io를 이용한 front end project 생성하기 2022.02.06 2725
639 eclipse editor 설정방법 2022.02.01 2214
638 windows10 pro에서 microservice pattern책의 예제를 kubernetes에서 기동하는 방법 2022.01.30 1317
637 [백업] 리눅스 시스템 백업하기 (Linux System Backup) - TAR 사용 시스템 전체 백업 2022.01.19 3656
636 kudu rebalance수행 command예시 2022.01.17 2742
635 Kudu tablet이 FAILED일때 원인 확인 방법 2022.01.17 3432
634 Failed to write to server: (no server available): 2022.01.17 2635
633 Soft memory limit exceeded (at 100.05% of capacity) 오류 조치 2022.01.17 2688
632 not leader of this config: current role FOLLOWER 오류 발생시 확인방법 2022.01.17 2467
631 Oracle NLOB type의 데이터를 import하는 경우 No Java type for SQL type 2011 for column rst와 같은 오류 발생시 조치사항 2022.01.14 2873
위로