Tesla_Clone
1.0.0
Pull Requests and raise a Pull Request selecting your fork on the right drop downQuestions can be asked by raising an Issue.
Click on the clone button (green in colour). This gives you a copy of the project. It's now yours to play around with.
Using Git on your local machine. Do this to download the forked copy of this repo to your computer.
After cloning-
git checkout -b <name of new branch>
git add .
git commit -m "<changes made>"
git status
git push origin <name of your branch>
or
git branch -M main
git push -u origin main
Navigate to your fork, on the top of the files section you'll notice a new section containing, a contribute button!
Click on the contribute button, it will open a drop down, click the pull request button on the drop down. Note: A pull request allows your changes to be merged with the original project.
Wait for your changes to be merged.
Hurray! You successfully made a contribution! ?