first commitclear
This commit is contained in:
commit
5eeb23470a
264 changed files with 1644 additions and 0 deletions
11
git/config
Executable file
11
git/config
Executable 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue