JavaScript is an essential language for frontend developing and it have lots of frameworks for both frontend as well as backend works.
- Clone the repository
https://github.com/Ash515/Sprit-on-Script.git
- Check the status of your file
$git status
3.For using VScode for editing your files
$git code .
- To directly add your files to github
$git add .
- After writing your code commit your changes
$git commit -m <message>
- To pull your code to reposoitory
$git push origin master
Thats all about installation and version control with Git
Contribute by forking this repository and make pull request.
- Contribute your codes with respective topic folders
- Properly commit your changes and updations.