Commit 4a6664
2024-12-17 19:00:28 Steven Anderson: adding git page| /dev/null .. scriptfu/git.md | |
| @@ 0,0 1,7 @@ | |
| + | # 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 |