first commitclear

This commit is contained in:
traveler 2024-12-17 15:36:55 -06:00
commit 5eeb23470a
264 changed files with 1644 additions and 0 deletions

11
git/config Executable file
View file

@ -0,0 +1,11 @@
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
[remote "origin"]
url = https://git.netgrimoire.com/traveler/nas.git
fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
remote = origin
merge = refs/heads/master