Commit de6c56
2024-12-17 19:27:32 Steven Anderson: initial git| /dev/null .. ScriptFu/git.md | |
| @@ 0,0 1,9 @@ | |
| + | # git |
| + | |
| + | #### Make a New Bare Repo |
| + | Use this to make a new bare repo on any server with git and ssh. |
| + | |
| + | ssh <username>@<host> 'git init --bare ~/git/dotfiles.git' |
| + | |
| + | #### Push To The New Repo |
| + | git push <username>@<host>:~/git/dotfiles main |