A python based software which helpful to maintain students records very efficiently. Used CRUD operations to implement all the database operations.
- Adding students names.
- Deleting students names.
- Updating student details.
- Clone the repository
https://github.com/Ash515/Student-Management-System.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