Open hardingnj opened 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).
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 ?
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.
Wild! It works ;) Had to apt-get update, but all good
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!