index
:
machines.git
main
NixOS configuration for vapor.systems servers
Max Audron <me@audron.dev>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
git
/
git-shell-commands
/
owner
blob: d65fd02e278330f0d3897ee304fd605b52de59af (
plain
)
1
2
3
4
5
6
#!/usr/bin/env sh
if
[
-f
"
$1
/config"
]
;
then
cd
"
$1
"
git
config
cgit.owner
"
$2
"
fi