Table of Contents

git cheatsheet

git docs

soft serve git remote setup

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