| Commit message (Collapse) | Author |
|
|
|
|
|
The newest Ubuntu ditched docker-compose completely in favour of `docker
compose`.
|
|
|
|
|
|
|
|
|
|
I had some weird errors on my machine where my primary ssh-agent would
get killed. No idea why I didn't just spawn a new ssh-agent from the
very beginning.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
It seems to be the convention and the default behaviour of `git clone
--bare`, so do that.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|