Dev.Kim
  • 홈
  • 태그
  • 방명록
    • 분류 전체보기 (280)
      • 👨‍💻 Web Development (129)
        • Java (28)
        • Oracle (16)
        • MySQL (1)
        • JDBC | JSP | Servlet (15)
        • HTML | CSS | JS | jQuery (23)
        • Spring - Intro (7)
        • Spring - 기본 (9)
        • Spirng - MVC 패턴 l (7)
        • Spring - Batch (3)
        • HTTP (8)
        • JPA - 기본 (4)
        • React JS (8)
      • 💻 Coding Problems Solving (130)
        • Array | String | Loop (34)
        • Stack | Queue (12)
        • DFS | BFS | Backtracking (24)
        • Dynamic Programming (14)
        • Two Pointers | Binary Searc.. (14)
        • Hash | HashMap (6)
        • Brute Force (6)
        • Greedy (6)
        • Permutations | Combinations (4)
        • Intersection | Union (1)
        • dijkstra | bellman ford | f.. (1)
        • SQL (1)
        • Hack (7)
      • 📘 etc (13)
        • Git (8)
        • Error Solving (4)
        • Job Interview (1)
      • 🏅 Certificate (8)
        • Programming (5)
        • English & German (3)
  • 글작성
  • 방명록
  • 환경설정
  • 메뉴 닫기
📘 etc/Git 검색 결과
8 개의 검색 결과가 있습니다.
📘 etc/Git

[Git] directory에 다른 repository가 이미 연결되어있는 경우라면?

[Git] directory에 다른repository가 이미 연결되어있는 경우라면? 이미 directory에 다른 repository가 있는 경우라면, 기존 repository를 삭제하고 새로운 repository를 연결시켜주면 된다. git remote remove origin git add . git commit -m "내용" git remote add origin 주소 git push origin master 매우 간단하다! 물론 git init 한 후에 설정하는 것이다~

2022. 6. 21. 14:40
📘 etc/Git

[Git] 코드를 원격 저장소 github repository에 업로드하기 (macOS)

[Git] 코드를 원격 저장소 github에 업로드 해보기 (macOS) 1. git 설치 원래 윈도우에서 git을 사용했기 때문에 비슷한 환경에서 git을 사용하기 위해 homebrew를 통해 mac에 git을 설치했다. 이 과정은 구글링만 하면 나오니 쉽게 설치 가능! 2. 기본 설정 git을 시작하기 위한 설정 git init // 현재 프로젝트에서 변경사항 추적해서 버전관리 시작 git config --global core.autocrlf true(win)/input(mac) git config --global user.name '이름' git config --global user.email '메일주소' git config --global --list //확인 3. commit하고 원격 저장소에 ..

2022. 6. 21. 14:34
  • «
  • 1
  • 2
  • »

전체 카테고리

  • 분류 전체보기 (280)
    • 👨‍💻 Web Development (129)
      • Java (28)
      • Oracle (16)
      • MySQL (1)
      • JDBC | JSP | Servlet (15)
      • HTML | CSS | JS | jQuery (23)
      • Spring - Intro (7)
      • Spring - 기본 (9)
      • Spirng - MVC 패턴 l (7)
      • Spring - Batch (3)
      • HTTP (8)
      • JPA - 기본 (4)
      • React JS (8)
    • 💻 Coding Problems Solving (130)
      • Array | String | Loop (34)
      • Stack | Queue (12)
      • DFS | BFS | Backtracking (24)
      • Dynamic Programming (14)
      • Two Pointers | Binary Searc.. (14)
      • Hash | HashMap (6)
      • Brute Force (6)
      • Greedy (6)
      • Permutations | Combinations (4)
      • Intersection | Union (1)
      • dijkstra | bellman ford | f.. (1)
      • SQL (1)
      • Hack (7)
    • 📘 etc (13)
      • Git (8)
      • Error Solving (4)
      • Job Interview (1)
    • 🏅 Certificate (8)
      • Programming (5)
      • English & German (3)
  • 최근 글
  • 최근 댓글

최근 글

최근댓글

블로그 인기글

Powered by Privatenote Copyright © Dev.Kim All rights reserved. TistoryWhaleSkin3.4

티스토리툴바