If you want to create a new feature, please follow the steps below:
-
Clone this repository.
git clone https://github.com/Nuuriii/ppdb.git
-
Create a new feature branch:
git checkout -B feat/nama-kalian
-
html ba
-
Add Changes:
git add . -
Commit Changes:
git commit -m "Change description" -
Push changes to feature branch:
git push origin new-features
-
Create a Pull Request in this repository.
-
If your Pull Request has been Merged dont forget to pull from main.
git pull origin main
-
Commit for Add Feature or Code:
git commit -m "feat: commit message" -
Commit for Fix Error or Bug:
git commit -m "fix: commit message"