Giter VIP home page Giter VIP logo

steady-study's Introduction

LOGO

Steady Study 📘

Our Direction

저희 스터디는 꾸준한 목표 성취와 학습을 추구합니다.

  • 목표를 설정하고 브리핑을 하며 스스로를 평가합니다.
  • 온라인 스터디를 통해 자율 학습을 독려합니다.

Study Rules

  • 토요일 - 주, 월 단위 목표 설정 및 성취 여부 평가 (디스코드)
  • 월, 수요일 - 공부 인증(깃허브 커밋)
  • 화, 목요일 - 온라인 스터디 (디스코드)

Study Report

  • 주, 월간 목표와 스터디 참여 기록을 보관합니다.
  • Weekend's Report

Participants

  • 이은혁 ⭐
  • 고영석
  • 김지애
  • 김지오
  • 나혜승
  • 이수연
  • 이문삼



파일 업로드 방법 (중요)

초기 세팅을 마친 경우,
본인 이름 폴더 내에 파일을 넣고 커밋 진행

$ git add 파일
$ git commit -m "커밋메시지"
$ git push 

❗ git push 이후
❗ 본인의 Github fork repository에서 [Pull Request]를 눌러야 파일 전송됨.
❗ 아래 '초기 세팅 방법' 5번 ~ 8번 과정 참조

초기 세팅 방법

1. 스터디 원격저장소 Fork

스터디 Repository로 들어가 우측 상단의 Fork 버튼 클릭. 본인의 Repository에 스터디 Repo가 생성


2. 원격 저장소 클론

본인의 remote 스터디 Repository로 들어가 주소 복사 및 로컬 폴더에 clone 진행


3. 폴더 생성 및 파일 저장

로컬 Repo 폴더에 본인 이름(한글) 폴더 생성 후, 스터디 인증 파일 넣기

4. git add, commit, push 진행

로컬 Repository (본인 이름 폴더 내)에서 Git Bash 실행
git add, git commit 입력

$ git add 업로드 파일 이름
$ git commit -m "커밋내용"
오류 발생 시 클릭❗
  • 깃허브 remote Repo와 local Repo의 저장된 데이터가 일치하지 않아서 생기는 문제
    일반적으로 remote Repo에 저장된 파일이 local Repo에는 존재하지 않는 경우 발생.

    ! [rejected]          main -> main (fetch first)
    error: failed to push some refs to 'https://github.com/...
    

    따라서, git pull을 통해 로컬 저장소의 파일을 내려받아야 함.
    본인이 업로드할 파일 삭제되지 않게 주의!

    $ git pull
    

  • 브런치가 main이 아닌 경우, 다시 main으로 설정해주세요

    $ git checkout main
    

5. git push

$ git push

6. Pull Request 진행

push 완료 후 본인 계정의 github 저장소에 들어오면 Compare & pull reqeust 버튼이 활성화됨. 해당 버튼을 선택하여 메시지를 작성하고 PR을 생성.

이 후부터는 파일 업로드 시 4번 ~ 6번을 진행하면 됩니다.




세팅 방법 참고


steady-study's People

Contributors

itmakesmesoft avatar sooyeonlee127 avatar giokim12 avatar youngseok222222 avatar hyeseungna avatar swjiae avatar moonthree avatar ats166 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.