Changes
Page history
expand on old git repositories situation
authored
Mar 27, 2024
by
anarcat
Show whitespace changes
Inline
Side-by-side
howto/git.md
View page @
c28a6119
...
@@ -432,6 +432,16 @@ servers. Those are:
...
@@ -432,6 +432,16 @@ servers. Those are:
-
Passwords, moved to
`pauli`
:
-
Passwords, moved to
`pauli`
:
*
`tor-passwords`
: password manager
*
`tor-passwords`
: password manager
When the repositories required some action to happen on push (which is
all repositories except the password manager), a
`post-receive`
hook
was implemented to match the original configuration.
They are all actual git repositories with working trees (as opposed to
bare repositories) to simplify the configuration (and avoid an
intermediate bare repository). Local changes are strongly discouraged,
the work tree is updated thanks to the
`receive.denyCurrentBranch=updateInstead`
configuration setting.
## Destroying a repository
## Destroying a repository
Instead of migrating a repository to GitLab, you might want to simply
Instead of migrating a repository to GitLab, you might want to simply
...
...
...
...