===== git cheatsheet ===== [[https://git-scm.com/docs|git docs]] ==== soft serve git remote setup ==== [[https://soft-serve.girlonthemoon.xyz/|soft serve]] example based on LAN ''ssh_config'': mterm cd /path/to/example git remote add soft ssh://soft:23231/example ==== change remote URL for soft ==== mterm cd /path/to/example git remote -v git remote set-url ${REMOTE_NAME} ssh://soft:23231/example