open-menu
closeme
Categories
General
C Language
Data Structures
DevOps
Java
Python
About
github
linkedin
rss
facebook
instagram
youtube
I build things, break things, and write what I learn.
Currently exploring:
→ LLMs
→ DevOps
→ Systems
GIT - Global Information Tracker
calendar
Jul 8, 2025
· 6 min read
·
Git
What is Git? Git is a distributed version control system (DVCS) that helps track changes in code and coordinate work between multiple people. It works locally on your machine and allows you to: …