Category version control

All about Data Version Control (DVC)

What is Data Version Control (DVC)? Keeping track of all the production-level system data used for building models and experiments needs some kind of versioning. A single source of truth, but maintaining it takes a lot of time, you need… Continue Reading →

Stop tracking a file in git

You can run the below commands to stop tracking a file into git. Let’s say we want to remove the data/snapshot.rds file from the git. git rm -r –cached ‘Data/snapshot.rds’ git commit -m “stop tracking Data/snapshot.rds” Happy Coding!!

Git Autocomplete command Mac OS

It is really difficult to type the full command in the terminal when we can autocomplete it by just typing the initial few characters and then pressing the tab. So to enable the autocomplete feature for git commands in the… Continue Reading →

Set up Meld as git diff tool and merge tool on Mac

Meld is a great tool to see the diff and merge two files, you can use meld as a default difftool and merge tool in all the Operating systems like windows, linux and Mac. Here, we will talk about only… Continue Reading →

© 2025 My Beliefs

Write us at [email protected]