Skip to content

Instantly share code, notes, and snippets.

@mertbakir
mertbakir / #git-to-dvc.md
Last active September 30, 2025 09:39
migrates a file to dvc rewriting git history.

If you want to remove a file from git history, look for git-filter-repo. It is fast, and easy.
However, if you need to keep that file/folder version history in somewhere remove it from git. You can use this script.

@mertbakir
mertbakir / valhalla.json
Created June 6, 2022 20:36
Valhalla Configuration
{
"additional_data": {
"elevation": "/custom_files/elevation_data"
},
"httpd": {
"service": {
"drain_seconds": 28,
"interrupt": "ipc:///tmp/interrupt",
"listen": "tcp://*:8002",
"loopback": "ipc:///tmp/loopback",