The mighty, self-hostable Git server for the command line 🍦
1package lfs 2 3import "github.com/charmbracelet/ssh" 4 5// TODO: implement Git LFS SSH client. 6 7type sshClient struct { 8 s ssh.Session 9}