Code Monkey home page Code Monkey logo

account_book's Introduction

๐Ÿ’ฐ ๊ฐ€๊ณ„๋ถ€ ์Šค์ผˆ๋ ˆํ†ค ํ”„๋กœ์ ํŠธ

(์ž„์‹œ)

๐Ÿ”– Git ๊ฐ€์ด๋“œ (์ฐธ๊ณ )

  1. ๋ ˆํฌ์ง€ํ† ๋ฆฌ fork

  2. git clone

     git clone {๋ณธ์ธ Repo ์ฃผ์†Œ}
    
  3. ๋กœ์ปฌ ํ™˜๊ฒฝ์—์„œ ๊ธฐ๋Šฅ ์ด๋ฆ„์œผ๋กœ ๋ธŒ๋žœ์น˜ ์ƒ์„ฑ ํ›„ ์ž‘์—…

    git checkout -b {feature_name} // ๋กœ์ปฌ ๋ธŒ๋žœ์น˜ ์ƒ์„ฑ ํ›„ ์ƒ์„ฑํ•œ ๋ธŒ๋žœ์น˜๋กœ ์ด๋™
    
    ์˜ˆ: 
    git checkout -b calendar
    
  4. ์ž‘์—… ์™„๋ฃŒ ํ›„ push

  • ์ปค๋ฐ‹๋ฉ”์„ธ์ง€ ๊ด€๋ จ ์ฐธ๊ณ : https://jane-aeiou.tistory.com/93

    * ์ปค๋ฐ‹๋ฉ”์„ธ์ง€ ๊ตฌ์กฐ
    
    'ํƒ€์ž…: ์ œ๋ชฉ
    
     ๋ณธ๋ฌธ(์ƒ๋žต ๊ฐ€๋Šฅ)'
    

    git add . // ๋ชจ๋“  ์ž‘์—… ๋‚ด์šฉ ์Šคํ…Œ์ด์ง•
    git commit -m '{commit_message}' // ์ปค๋ฐ‹ ๋ฉ”์„ธ์ง€ ์ž‘์„ฑ 
    git push origin {์ง€๊ธˆ๊นŒ์ง€ ์ž‘์—…ํ•œ ๋ธŒ๋žœ์น˜ ์ด๋ฆ„} // ์›๊ฒฉ ์ €์žฅ์†Œ์— ์ž‘์—… ๋‚ด์šฉ push
    
    ์˜ˆ: 
    git add .
    git commit -m 'Feat: ์บ˜๋ฆฐ๋” ๊ฐ ๋‚ ์งœ๋ณ„ ์ˆ˜์ž…/์ง€์ถœ ๊ธˆ์•ก ํ‘œ์‹œ ๊ธฐ๋Šฅ ์ถ”๊ฐ€'
    git push origin calendar
    
  1. push ํ›„ ์›นํŽ˜์ด์ง€์—์„œ Pull Request ์ž‘์„ฑ

    • ์›๋ณธ repo:main์œผ๋กœ PR
    • ํ…œํ”Œ๋ฆฟ ๋งž์ถฐ์„œ ์ž‘์„ฑ: ์ฃผ์š” ์ž‘์—… ์‚ฌํ•ญ ์ž…๋ ฅ
  2. PR Merge ํ›„ ์›๋ณธ Repo์˜ ์ƒˆ๋กœ์šด ์ปค๋ฐ‹๋“ค์„ ๋ณธ์ธ ๋กœ์ปฌ Repo๋กœ pull

  • ์ฐธ๊ณ : https://coding-groot.tistory.com/80

    6-1. ์›๋ณธ Repo ์ฃผ์†Œ ์›๊ฒฉ ๋“ฑ๋ก (์ฒ˜์Œ ํ•œ ๋ฒˆ๋งŒ ์ˆ˜ํ–‰)

    git remote add upstream https://github.com/dongur2/account_book.git
    

    6-2. ๋ณธ์ธ ๋กœ์ปฌ Repo๋กœ pull

    git pull upstream main
    

    6-3. ๋ณธ์ธ ์›๊ฒฉ Repo๋กœ push

    git push origin {branch_name}
    

account_book's People

Contributors

dongur2 avatar owzl avatar pascran avatar yj-saturday avatar

Stargazers

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