Giter VIP home page Giter VIP logo

osscourse's Introduction

Open Source SW Development

CSE Undergraduate Course, JBNU

Assistant Professor Hyunchan Park

https://github.com/hyunchan-park/osscourse

2019년 2학기 개설된 오픈소스 프로젝트 개발 수업의 강의 슬라이드 입니다.

이 리포지토리 또한 최종 프로젝트 대상으로 사용할 수 있습니다.

(지금은 별로 좋지 않지만) 많은 학생들이 피드백을 줄수록 더욱 좋은 슬라이드가 될 수 있을겁니다.

이 README 파일에 작업해준 학생들 명단을 계속 업데이트하도록 하겠습니다.

외부에서도 물론 자유롭게 활용가능하지만, 아주 부족한 슬라이드라는 점 명심해주시고, 사용하시면서 많은 보완을 부탁드립니다.

감사합니다.

2019.12.11 15학번 이성주 학생 업데이트

2019.12.15 15학번 조인수 학생 업데이트


OSS Course

1. OSS?

2. Git 다뤄보기

3. 코드분석

4. GitHub Features & Pull Request

5. 코드리뷰

6. 개발 프로세스 실습


References

osscourse's People

Contributors

hyunchan-park avatar copyrat90 avatar jipdol2 avatar cisxc avatar

Stargazers

 avatar Joona Yoon avatar  avatar  avatar SangBeom Park avatar  avatar  avatar Myeonggyu-Lee avatar Junseong kim avatar YounSu Nam avatar  avatar

Watchers

 avatar

osscourse's Issues

git checkout 대신 git restore/switch 활용

5. Git 초급.pptx 슬라이드 설명 중에
git checkout 대신에 git restoregit switch 를 쓰면 어떨까 합니다.

참고 링크 : https://blog.outsider.ne.kr/1505

git checkout 은 아래 2가지 기능을 합니다.

  1. Working Directory 의 변경 사항을 버리는 기능
  2. 다른 branch 로 전환하는 기능

만일 test 라는 이름의 branch 와 파일이 동시에 존재한다면, 실수할 위험이 있습니다.
-- 를 넣으면 파일에만 적용되고, 안 넣으면 branch 를 선호하긴 하지만, 헷갈립니다.

그래서 1번 기능만을 하는 git restore 하고, 2번 기능만을 하는 git switch 를 쓰는게 어떨까 합니다.

git status 에 안내되는 Working Directory 의 변경을 Index 로 덮어씌우는 방법 문구도
예전 버전은 git checkout -- <file>... 로 안내되고 있었지만,
현재는 아래와 같이 git restore <file>... 로 안내되고 있습니다.

On branch master
Changes not staged for commit:
  (use "git add <file>..." to update what will be committed)
  (use "git restore <file>..." to discard changes in working directory)
        modified:   test.c

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.