moved everything to chookspace

This commit is contained in:
2026-01-28 09:13:12 +11:00
parent 73754d02b2
commit c547d34d36
537 changed files with 39235 additions and 0 deletions

15
gnu-efi/git folder/config Normal file
View File

@@ -0,0 +1,15 @@
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
[remote "upstream"]
url = https://github.com/Absurdponcho/gnu-efi
fetch = +refs/heads/*:refs/remotes/upstream/*
[branch "main"]
remote = origin
vscode-merge-base = origin/main
merge = refs/heads/main
[remote "origin"]
url = https://github.com/SpookyDervish/gnu-efi.git
fetch = +refs/heads/*:refs/remotes/origin/*