Code Monkey home page Code Monkey logo

php-1's Introduction

mini-phpmyadmin

Clone this into your xampp htdocs folder


Development Control

Please adhere to the following steps to avoid mishaps.

  1. Fork the repository into your own github account. You will find this option at the top right corner of the body. Across the repository name. Fork button can be found on upper right, across the repo name If you are part of multiple organizations, github will ask you to choose which identity you want to fork the repository into. Find your account on that list.

Pick your account from the list

  1. Head to your github account and clone (do not download) your own copy of the repository. Click the clipboard icon next to the link

  2. Head over to your xampp htdocs folder and open git bash/powershell/cmd in that folder. To do so, just right click and select "Git Bash Here": Open git bash in your htdocs folder If you cannot find "Git Bash Here", hold Shift on your keyboard and right click. You should be able to find the option to open either PowerShell or Command Prompt. Run the following commands in order:

# git clone [copied link here]

# cd im2

# git remote add elle https://github.com/IM2-Project/php
  1. Before you do any code, always run git pull elle master to make sure that your code is up to date with all the recent changes.

  2. Once you have changes, there should be an icon on your VSCode Git tab that shows the number of files you've made changes in.

Changes in your Git Tab

  1. Follow this quick video to commit and push your changes to your fork. In the little box you see me typing, please specify what changes exactly you have made. Example commit names could be 'fixed create table button', or 'changed UI of login.php page' so we can keep track of the changes we've made.

  2. Once you push your changes into your own repository and create a pull request. To do so, head to your forked repo and find the "Pull Request" option. Create a pull request If you see that your commits are checked green with "Able to merge", it means that you have no conflicts with the current code. So, simply create the request and add a description. Able to merge Add description Created request If it says there are current conflicts, please run the command git pull elle master in your php cloned repository and see the conflicting changes. This is easily done in VSCode. Once all conflicts are merged, push your changes and recreate the PR (pull request).

This way, if we find any errors, we can track where it went wrong.

If lisod sabton, let me know so I can make a video.

php-1's People

Contributors

derekyu565 avatar euphoriaforever avatar htundra avatar kitdaniellim avatar themonstrousdev 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.