LFS migration (#23448)
* lfs url in .lfsconfig
* lfs push script
old-commit-hash: 89f2f1c4ec
commatwo_master
parent
192978753d
commit
80c0f67e8a
2 changed files with 5 additions and 0 deletions
@ -0,0 +1,3 @@ |
|||||||
|
[lfs] |
||||||
|
url = https://gitlab.com/commaai/openpilot-lfs.git/info/lfs |
||||||
|
pushurl = |
@ -0,0 +1,2 @@ |
|||||||
|
#!/usr/bin/env bash |
||||||
|
git -c lfs.pushurl=ssh://git@gitlab.com/commaai/openpilot-lfs.git push |
Loading…
Reference in new issue