Giter VIP home page Giter VIP logo

campus50's Introduction

Campus50

Sebuah sistem informasi untuk mengelola perguruan tinggi dengan fitur-fitur sebagai berikut :

Bagi Developer

  1. Clean code by Prettier.

Cara update repositori dari parent

  1. git remote add upstream https://github.com/Team-50/Campus50.git
  2. git fetch upstream
  3. git rebase upstream/main
  4. git push origin main --force
  5. git pull

Catatan: kalau main tidak jalan ganti pakai master

Cara membuat branch

  1. git branch
  2. git branch nama_branch
  3. git checkout nama_branch

Setelah melakukan perubahan pada nama_branch (baik menambah atau memodifikasi atau menghapus file), lakukan commit terlebih dahulu:

  1. git add .
  2. git commit -m "catatan_commit"
  3. git checkout main
  4. git merge nama_branch

Setelah branch di merge, best practice-nya branch tsb dihapus (INGAT!!! Biasakan 1 Task = 1 Branch):

  1. git branch -D nama_branch

Mac Multiple PHP

Bagi pengguna Mac bila ingin PHP bisa jalan beberapa versi silahkan ikuti panduan di https://getgrav.org/blog/macos-bigsur-apache-multiple-php-versions

Remove .DS_STORE from git for mac user

find . -name .DS_Store -print0 | xargs -0 git rm -f --ignore-unmatch and then add inside .gitignore : .DS_STORE

campus50's People

Contributors

kevinperdana avatar aggry avatar mrizkir avatar fahm93 avatar titaniaxu avatar silotester avatar

Watchers

James Cloos 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.