23 Jul 2025HTML

Fastest git clone (highly partial)

Not recommended

git clone --depth 1 --filter=blob:none --no-checkout \
    https://github.com/kheersagarpatel/XenevaOS.git
cd XenevaOS
git sparse-checkout init --cone
git sparse-checkout set soundapp_demo.txt
git checkout

 

You may also like

Best practices for working with version control systems like git

This blog post covers best practices for working with git, including...

Continue reading

How to unlock almost any Xiaomi/MI devices bootloader from Linux

A personal guide to unlocking the bootloader of Xiaomi/MI devices us...

Continue reading

Exploring Python's Functional Programming Paradigm

This detailed blog explores Python's functional programming paradigm...

Continue reading