GithubHelp home page GithubHelp logo

hw0's Introduction

2019_os_hw0

HW0: git usages & OS hw0-group establishment.

OS HW0, register for the course, groups

add yourself in 'members' file in the following format: number, name, student_no.

add your group in 'groups' file.

add your group in a separate branch, put the team members into a members file.

How to work with git.

  1. Initialization with git clone
  2. git pull, getting up-to-date repository
  3. (optional) make and move to your branch
  4. (optional) push your branch
  5. modify your code/data
  6. make sure that it is correct (compiles, and works)
  7. commit with message (commit log)
  8. git push, make things visible

How to resolve conflicts.

  • Checkout before make changes
  • stick to your branch
  • if you're merging branches, be respect previous (others) commits
  • if you find merge conflict, resolve the conflict and merge again.

If something goes wrong,

  • Stick to your branch, way before you go
  • Don't screw up the others repository (don't push waste)
  • git reset / git clone works quite well
  • commit frequently in order not to lose your precious code / data

hw0's People

Contributors

seehwan avatar hyunsangyun avatar swchoi1997 avatar dosimpact avatar eunsue1222 avatar gyul-yee avatar hamin-hwang avatar shinjeonghwan avatar dskim9752 avatar gyk7 avatar live2skull avatar padamu1 avatar shinseungyeon12 avatar sunghoon777 avatar wlsgh7608 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.