GithubHelp home page GithubHelp logo

i-am-a-developer's Introduction

I-am-a-developer

개발자의 마음가짐, 힘이 되는 글/영상 모음 🚀

개발 공부 글이 아닌 개발 철학, 학습 방법, 마음가짐 등에 관한 내용의 글들입니다.

누구나 참여 할 수 있습니다!

두고두고 봐야하는 인상 깊었던 글, 영상을 공유 해주세요. 🤩

PR(Pull Request) 하는 방법

1. 저장소 fork 하기

스크린샷 2021-11-03 오후 6 09 08

2. 내 컴퓨터에 저장소 Clone 하기

  git clone https://github.com/본인계정/I-am-a-developer.git

3. 원격 저장소에 Remote 설정하기

  git remote add 별명 https://github.com/원본계정/I-am-a-developer.git
  • 원격 저장소 설정 현황 확인
  git remote -v

4. PR용 branch 생성하기

  git checkout -b 브랜치명
  • 브랜치 확인
  git branch

5. README 파일에 글 또는 영상 넣기 😊

  • 리드미 파일에 글 또는 영상을 넣어주신 후 모두 완료했다면, git add와 git commit을 진행 해주세요.
  git add .
  git commit -m "하실 말씀이 있으시면 자유롭게 적어주세요."

6. PR용 branch에 push 하기

  • ⚠️ push 진행 시 branch 이름을 명시 해주세요.
  git push origin 브랜치명

7. fork한 저장소인 I-am-a-developer 저장소로 돌아오기

  • 그럼 이제 Compare & pull request 버튼이 활성화가 됩니다.

    • 버튼을 눌러주세요!
  • 글 또는 영상을 확인 후 Merge를 하겠습니다. 😀

8. PR 승인 완료 후 branch 삭제하기

  • 메인 저장소에 merge가 확인이 되면 작업이 끝났으니 삭제해도 됩니다.

  • 다른 branch로 변경(checkout)한 후 아래 명령어를 실행해주세요.

  git branch -D 브랜치명
  git push origin :브랜치명 (혹은 git push origin --delete 브랜치명)
  • 각각 local과 remote branch를 삭제해 주는 명령어 입니다.

  • git branch 명령어는 local branch

  • git branch -r 명령어, 깃허브 사이트에서 확인되는 branch는 remote branch입니다.

Pull Request 참고 글!

[GitHub] Pull Request(PR) 보내는 방법 : Contribution 하기

git 초보를 위한 풀리퀘스트(pull request) 방법

i-am-a-developer's People

Contributors

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