|
|
|
|
|
by alexdme
3685 days ago
|
|
The containers are powered by docker, and all of our pre-built docker images come with git pre-installed. You have root on the machines so you can use a package manager to install any packages you feel are missing (the pre-built docker images are ubuntu so you could run `sudo apt-get install subversion` for instance). Since we're not opinionated you should be able to pull/push from any git server. |
|