This post did not contain any content.
sekomi@meowing.men
@sekomi@meowing.men
Posts
-
Seeing "TfL" and thinking "ah finally, Transport for Lesbians" -
TIL you can set a folder with a git repository as a remotewait, you can merge several git repos into one?
-
TIL you can set a folder with a git repository as a remoteno way, this works
cd /path/to/remote git init --bare cd /path/to/repo git remote add origin file:///path/to/remote git push origin main