Giter VIP home page Giter VIP logo

bodapet's Introduction

BODAPET 보다펫

  • 반려동물을 추적하는 AI 웹 어플리케이션

🙌우리도할 수 있다!!🙌

성공적인 협업 프로젝트를 위한 git 튜토리얼🎉

프로젝트 만든사람

  • 그냥 만들면됨 (여기서는 기본 branch 이름 main 으로 설정)
  • Settings -> Manage access -> collaborator 추가함

collaborator 초대받은 사람

  • 프로젝트를 다운받을 파일을 준비하고 그곳에서 bash 창 열기
  • git clone <다운받을 repo주소>

branch 만들고 push 하기

  • git branch <브랜치이름>

  • git checkout <브랜치이름>

  • 코드수정하고

  • git add .

  • git commit -m "코멘트"

  • git push --set-upstream origin <브랜치이름>

  • 또는 git push -u origin <브랜치이름>
    
  • 한번 -u 로 주소를 셋팅해놓으면

  • git push origin <브랜치이름> 으로해도 문제없다

pull 하기

  • git pull <repo주소> master

  • 또는 git pull origin master (origin에 repo주소가 저장되어 있다!)
    
  • 한번 위 코드를 실행하면 그 다음부터 그냥 git pull 해도 된다 (오피셜)

bodapet's People

Contributors

soyeon-noh avatar yoon-yoon avatar sjhyung avatar sjhyung12 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.