Commit 666ef7
2024-12-17 19:21:49 Steven Anderson: Git deleted.| scriptfu/git.md .. /dev/null | |
| @@ 1,7 0,0 @@ | |
| - | # 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 |