• Skip to primary navigation
  • Skip to content
  • Skip to footer
Record..
      Yoonyeong Lee

      Yoonyeong Lee

      better late than never.

      • Seoul, Republic of Korea
      • Website
      • GitHub
      • Instagram
      • Email
      • Configuration Management
        • Git (3)
        • GitHub (5)
      • CI/CD
        • Docker (3)
        • Jenkins (6)
      • Language
        • Markdown (2)
        • Python (2)
      • Database
        • TSQL (3)
      • Linux
        • Linux (6)
      • Windows
        • Windows (4)
        • MS Word (1)
        • VSCode (2)
      • Blockchain
        • Blockchain Info ()
        • Metamask (2)
      • Etc
        • Jekyll (10)
      • Certificate
        • Certificate (1)

      [Git] Create git repository

      less than 1 minute read

      On this page

      • 새로운 repository 생성 방법

      새로운 repository 생성 방법

      echo "# New repository" >> README.md      // 새로운 파일 생성 혹은 기존 작성된 파일 copy
      git init
      git add README.md
      git commit -m "first commit"
      git branch -M main
      git remote add origin {repository url}
      git push -u origin main
      

      Tags: git, github

      Categories: git

      Updated: May 31, 2022

      Share on

      Twitter Facebook LinkedIn
      Previous Next

      Leave a comment

      You may also enjoy

      [VSCode] python에서 ‘[module_name] could not be resolved’ 해결 방법

      less than 1 minute read

      작성일: 2022/10/24

      [GitHub] 조직 내 Two-factor authentication 활성화

      less than 1 minute read

      Two-factor authentication Two-factor authentication은 계정을 더욱 안전하게 보호하는 추가 보안 절차로, 사용자의 ID/Password 인증만이 아닌 추가로 요청받은 정보로 입력해야 계정 접근 권한을 얻게되는 것을 말합니다. GitHub에서...

      [VSCode] Indent 변경하기

      less than 1 minute read

      작성일: 2022/09/13

      [Python] Windows11에서 Python 설치하기

      less than 1 minute read

      작성일: 2022/08/30

      • Follow:
      • GitHub
      • Instagram
      • LinkedIn
      • Feed
      © 2022 ynlee1. Powered by Jekyll & Minimal Mistakes.