Git Product home page Git Product logo

labpp_2022_5's Introduction

Repositori Tugas Praktikum Pengantar Pemrograman 2022

Alur pengumpulan tugas ke repositori ini

  1. Fork repositori ini

  2. Clone repositori hasil fork anda

    git clone https://github.com/YOUR_USERNAME/LABPP_2022_5.git
    
  3. Setelah anda clone, masuk ke folder hasil clone tersebut lalu buat branch dengan nama NIM anda

    cd LABPP_2022_5
    git branch NIM_ANDA
    git checkout NIM_ANDA
    git config user.name USERNAME_GITHUB
    git config user.email EMAIL_GITHUB
    
  4. Setelah anda pindah ke branch yang telah anda buat, buat sebuah folder dengan nama NIM anda dan masuk ke folder tersebut.

    mkdir NIM_ANDA
    cd NIM_ANDA
    
  5. Didalam folder tersebut, buat sebuah folder dengan nama Praktikum n, n = praktikum keberapa

    mkdir "Praktikum n"
    cd "Praktikum n"
    
  6. Semua file untuk tugas praktikum ke-n, disimpan kedalam folder Praktikum n

  7. Setiap membuat file atau melakukan perubahan, lakukan proses commit dengan pesan yang deskriptif

    git add . #perintah ini memilih seluruh file sekaligus
    # atau
    git add "Praktikum n/NIM/FilePythonYangBerubahAtauDitambahkan.py" #perintah ini memilih file tertentu
    git commit -m "pesan mengenai penambahan atau perubahan apa yang anda lakukan"
    
  8. Setelah asistensi dan tugas anda disetujui, push seluruh file jawaban yang telah anda buat

    # pastikan proses commit telah selesai terhadap setiap file
    git push origin NIM_ANDA
    

Hal-hal yang harus diperhatikan

  • Cara mengumpulkan tugas sesuai dengan aturan diatas.
  • Satu Praktikum, Satu Folder.
  • Satu Soal, Satu Class.
  • Program Berjalan dengan Baik dan Benar Berdasarkan Ketentuan Tugas.

labpp_2022_5's People

Contributors

southerntw avatar awangnugrawan avatar azhar275 avatar muhammadhaerul25 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.