malariagen / datalab

Repo for files and issues related to cloud deployment of JupyterHub.
MIT License
0 stars 1 forks source link

Speeding up git commands? #78

Open hardingnj opened 4 years ago

hardingnj commented 4 years ago

Hi all,

I assume because of the distributed nature of the filesystem and how directories are represented, simple git commands like git status are very slow.

Does anyone know a way to speed this up? Thanks!

cclarkson commented 4 years ago

I've no idea @hardingnj , but speeding it up would certainly make it easier to use (as would tab-complete being available for git commands).

hardingnj commented 4 years ago

I did have ssh working a while ago- but had to re-add the keys every time. I think it's to do with the persistence of joyvan. I think auto complete should be possible though @slejdops ?

slejdops commented 4 years ago

You have sudo privileges, you can install git autocompletion. sudo apt-get install git bash-completion

I'll make sure it's added to the next image.

hardingnj commented 4 years ago

Wild! It works ;) Had to apt-get update, but all good