git-next/src/server
Paul Campbell 5ba5a126c3 fix(gitforge): use local repo or clone to allow git push
The `git push` command requires a git directory (bare at a minimum)
before it can work.
The git dir must also be up-to-date with the relevant references from
the remote, so
we do a `git fetch` before a `git push`.

Closes kemitix/git-next#51
2024-05-03 19:08:58 +01:00
..
actors fix(gitforge): use local repo or clone to allow git push 2024-05-03 19:08:58 +01:00
config fix(gitforge): use local repo or clone to allow git push 2024-05-03 19:08:58 +01:00
gitforge fix(gitforge): use local repo or clone to allow git push 2024-05-03 19:08:58 +01:00
mod.rs fix(gitforge): use local repo or clone to allow git push 2024-05-03 19:08:58 +01:00
types.rs refactor(gitforge): migrate some types from forge 2024-04-18 19:18:27 +01:00