Giter Club home page Giter Club logo

gdct's Introduction

코딩테스트 스터디

GitHub 사용방법

Forking WorkFlow

  1. git 설치
  2. 해당 프로젝트 Fork
    • git repository fork를 하여 개인 git 계정에 repository를 생성한다.
  3. 개인 remote repository를 Local로 clone 합니다.
git clone http s://github.com//GDCT.git
  1. public repository를 Upstream remote로 추가합니다.
    • origin, upstream remote가 생성된 것을 확인할 수 있습니다.
git remote add upstream http s://github.com/J511Y/GDCT.git
git remote -v
  1. Branch를 생성합니다.
 git checkout -b 'branchName'
  1. 소스 코드를 생성, 수정 한 후 commit 를 생성합니다.
  • commit은 [이름][주차.스터디주제]간략한 커밋 내용
  • ex) [김제니][1.DP]1101문제 수정

git add "폴더 or 파일경로"
git commit -m "[김제니][1.DP]1101문제 수정"
  1. 개인 Remote Repository에 해당 브랜치를 push 합니다.
    • push 전 git pull upstream를 통해 Upstream Repository의 최신 변경사항과 일치시킵니다.
 git push origin 'branchName'
  1. 개인 Remote Repository에서 간단한 코멘트와 함께 Pull Request를 생성합니다.
  2. git에서는 한글 파일명을 제공하지 않습니다. 터미널에서 한글 파일명이 깨져보이는 현상 제거
git config --global core.quotepath false 

gdct's People

Contributors

j511y avatar yoonguri988 avatar robbietaek avatar junyeong53 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.