Git Product home page Git Product logo

pf1_2022's Introduction

Programming Fundamentals-1 (2022)

УКР | ENG

HOME | PROJECT STRUCTURE | ASSESSMENT RESULTS

Repository for assessing labs on the subject "Programming Fundamentals-1"

How to work with this repository and how assessment process will be organized:

  1. Fork this repository into your account. Here you need to press Fork or arrow near it and then option Create new fork.

    Briefly, fork is a full copy of main repository located in your GitHub account, which allows to introduce changes into main repository easily. More information about forks can be found here


  1. Now you need to pull YOUR fork on your PC/laptop.
    1. On the page of your fork find button "Code", press it and copy provided URL
    2. In the console call git clone https://github.com/<your nickname>/PF1_2022.git. On this step you may be asked for some logins and passwords (or later). Great, the repo is on your machine now.
    3. One more thing so far. You need to add path to the parent repository. It is called upstream repository:
      git remote add upstream https://github.com/Igor-Sikorsky-IST-Hub/PF1_2022.git
      

    Command git remote -v displays information about connection of your local repository to two repos: origin (the one you have) and the upstream (main parental).


  1. Prepare project structure

  1. For each LAB create a subdirectory in reports directory. See project structure for detailed instructions.

  1. Then based on labs branch create your own branch
    git checkout labs
    git checkout -b IA-XX/LAB-YY-TEAM-ZZ-Surname_Name
    In described commands: XX is a group number, YY is a lab number and ZZ is a team number. Also, don't forget to put your name and surname. If you divide work into multiple parts (each teammate will do small chunk of LAB) then each of you will be required to run these commands.

  1. Do your lab

  1. Commit your work
    1. The command git status will show you files, which you have changed, added, deleted during work on a task.
    2. Then take all files which you want to commit and add them one by one:
      git add one.txt two.txt three.js
      or stage everything:
      git add .
    3. After this do the commit
      git commit -m "Lab_X: Description which begins from Verb"
      
    4. Send branch to your fork:
      git push origin IA-XX/LAB-YY-TEAM-ZZ-Surname_Name
      

  1. Create pull-request After previous command console should provide an URL by which you could create a PR (pull-request). If no, go to the main repository page and create PR manually. Press compare across forks. Then select your fork branch IA-XX/LAB-YY-TEAM-ZZ-Surname_Name into labs.
    ATTENTION!: new lab = new branch = new PR

  1. When teacher will have time and will review your PRs, then he will either leave comments or merge PR into labs branch. If merged, your first part of the lab is done then all what is left is to answer on theory questions right on the lesson.

pf1_2022's People

Contributors

mrkolesnik avatar prtrymer avatar kova1skii avatar lovewelll avatar mashunchik avatar annaorlovskaaa avatar atl4sdev avatar sodolynskyivadym avatar quirino228 avatar woocle1 avatar pov1stka avatar dliadsk avatar kiryuchan1 avatar annakiikoia24 avatar dobrogo-dnia avatar protsenkoveronika avatar brugada avatar sofiakashubiak avatar clasher3000 avatar tmips avatar nikita-stepanov04 avatar lil5166 avatar katiaarkhyp avatar hrystynkkaa avatar konrelityw avatar feexq avatar nentoday avatar dimytrokashiroff avatar yablonya avatar papiroskada 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.