Skip to content

Latest commit

 

History

History
55 lines (35 loc) · 1.92 KB

README.md

File metadata and controls

55 lines (35 loc) · 1.92 KB

Website Image

Welcome

This Repository is made for developers facing problem in choosing Gradients Color for their website, Blogs etc. Do Contribute to this repository if you feel something missing.
Best of Luck.
✨ Link: https://colorpiker.netlify.app/


Guideline to Get Started

  1. On the GitHub page for this repository, click on the Button "Fork".

    fork image

  2. Clone your forked repository to your computer:

    code ui

    For example, run this command inside your terminal:

    git clone [email protected]:<your-github-username>/ColorPicker.git

    Replace <your-github-username>!

  3. Before you make any changes, keep your fork in sync to avoid merge conflicts:

    git remote add upstream [email protected]:<your-github-username>/ColorPicker.git
    git pull upstream master
  4. Add the changes with git add, git commit (write a good commit message, if possible):

    git add .
    git commit -m "Add good commit message"

    Replace <your-github-username>!

  5. Push your changes to your repository:

    git push origin master
  6. Go to the GitHub page of your fork, and make a pull request:

    pull request image

    Read more about pull requests on the GitHub help pages.

Happy Learning 😄