Skip to content

M-One-Web-Dev/learn-git-2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Contribution

If you want to create a new feature, please follow the steps below:

  1. Clone this repository.

    git clone https://github.com/Nuuriii/ppdb.git
  2. Create a new feature branch:

    git checkout -B feat/nama-kalian
  3. html ba

  4. Add Changes:

    git add .
  5. Commit Changes:

    git commit -m "Change description"
  6. Push changes to feature branch:

    git push origin new-features
  7. Create a Pull Request in this repository.

  8. If your Pull Request has been Merged dont forget to pull from main.

    git pull origin main

Commit Message Prefix

  1. Commit for Add Feature or Code:

    git commit -m "feat: commit message"
  2. Commit for Fix Error or Bug:

    git commit -m "fix: commit message"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages