Skip to content
#

Git

git logo

Git is the most widely used version control system, which allows for the tracking and managing of source code over time. It was designed for collaboration and built to be flexible, secure and efficient.

Here are 52,008 public repositories matching this topic...

HorneroConfig is a comprehensive dotfiles framework, tailored for seamless customization of diverse window management setups across various operating systems. Just like the skilled hornero bird meticulously shapes its nest, HorneroConfig empowers you to craft a digital environment that's robust, uniquely yours, and beautifully organized!

  • Updated Jun 2, 2024
  • Shell

I developed a Simplified Version Control System in Rust, featuring basic commands like init, add, commit, log, and status. This project demonstrates my skills in file manipulation, implementation of diff algorithms, and use of efficient data structures. I utilized libraries such as serde and serde_json for data management.

  • Updated Jun 2, 2024
  • Rust