khoi@slrpnk.net to Selfhosted@lemmy.worldEnglish · 1 year agoAnyone knows a good lightweight self-hosted alternative to GitHub?message-squaremessage-square70fedilinkarrow-up1126arrow-down16file-text
arrow-up1120arrow-down1message-squareAnyone knows a good lightweight self-hosted alternative to GitHub?khoi@slrpnk.net to Selfhosted@lemmy.worldEnglish · 1 year agomessage-square70fedilinkfile-text
minus-squarerussjr08@outpost.zeuslink.netlinkfedilinkEnglisharrow-up19arrow-down1·1 year agoAnd if you really want even more barebones, you can just do git init --bare into a directory on your VPS, and then git clone user@your.ip.here:path/to/the/directory and use git as you would normally!
And if you really want even more barebones, you can just do
git init --bare
into a directory on your VPS, and thengit clone user@your.ip.here:path/to/the/directory
and use git as you would normally!