GithubHelp home page GithubHelp logo

boj's Introduction

BOJ

BOJ 코테 모음

  1. git add 를 사용하면 파일이 작업폴더 -> 스테이징 에리어로이동 (스테이징한다~이말이야) 1-1. git status 를 쓰면 스테이징 된 파일을 볼수있다 1-2. git log 를 쓰면 커밋한 로그 볼수있음

  2. git commit 을 사용하면 파일이 스테이징 에리어 -> 레퍼지토리로 이동 2.1 커밋은 간단한 "기능1개" "덩어리1개" 추가했을때마다 주기적으로 한다

  3. git push 로 마무리

  4. 새로운 브랜치를 만들고 그 브랜치로 이동하는 명령어 git checkout -b test

  5. 브랜치를 합치는방법 merge!!

정리 : 브랜치 생성은 git checkout -b 브랜치명 브랜치 이동은 git checkout 브랜치명 or git switch 브랜치명 브랜치 합치기는 main 브런치에서 git merge 브랜치명 충돌해결은 코드고치고 git add & git commit

  1. 깃플로우 전략

boj's People

Contributors

ksqrt 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.