## Enable git remote connection (kkt gpu)
# cd .ssh
# eval "$(ssh-agent -s)"
# ssh-add id_ed25519Github


## Update repo
git add -A
git commit -m "update"
git push -u origin main
