Git

Make a New Bare Repo

ssh <username>@<host> 'git init --bare ~/git/dotfiles.git'

Push To The New Repo

git push <username>@<host>:~/git/dotfiles main
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9