meta

what's the meta about say it ditto dot net?

User Tools

Site Tools


cheatsheet:git

This is an old revision of the document!


git cheatsheet

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
cheatsheet/git.1748386279.txt.gz ยท Last modified: (external edit)