Giter Club home page Giter Club logo

test0829's Introduction

naver0829study

네이버 클라우드 과정 3기 수업

git-bash

  1. git init - git 과 연동할 폴더 초기화
  2. git remote add origin https://github.com/dongpyeon/naver0829study.git - git 원격저장소에 새로 연결 오류가 나서 새로운 깃 저장소랑 연결이 안될경우 git remote set-url origin https://github.com/dongpyeon/naver0829study.git
  3. git branch - branch 조회
  4. git add . 또는 git add vkdlfaud - 해당 파일들을 로컬 저장소에 추가
  5. git comit -m 메세지 - 해당 메세지와 함께 위의 파일들을 로컬저장소에 커밋
  6. git push orign master - 원격 저장소의 master 브랜치에 소스 보내기
    • 반대로 원격 저장소의 수정된 내용을 가져올 경우
    • git pull origin 브랜치

처음에 한번만 이메일과 유저명 확인 git config --global user.name "[사용자명]" git config --global user.email "[사용자이메일]"

test0829's People

Contributors

dongpyeon avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.