Add templates and index for notes; remove unused plugins

This commit is contained in:
2025-02-16 15:53:02 +00:00
parent 2c6d0e104d
commit 61dcb00d5f
24 changed files with 324 additions and 30792 deletions

View File

@@ -8,6 +8,7 @@ draft: false
showToc: true
title: Version Control [GIT]
---
Git is a version control system first developed by Linus Torvalds. It facilitates collaboration on large projects, keeps track of changes, and allows mistakes to be rolled back into a previous state.
## Configure Git