| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Turns Data into Graph using chart.js.
To clone your forked repository, use the following command in your terminal:
git clone https://github.com/Harshit2012/PlotForge.git
cd PlotForgeTo sync your fork with the original repository, you’ll need to add the original repository as an upstream remote:
git remote add upstream https://github.com/Harshit2012/PlotForge.gitFetch the branches and their respective commits from the upstream repository:
git fetch upstreamCheck out your fork’s local default branch - usually main:
git checkout mainMerge the changes from the upstream default branch - usually main:
git merge upstream/mainThis repository is under MIT License.
| Back | FazBrowse Home | New Git URL |