NobGit
public dotslash read

dotslash.wiki

No description yet

Create file Wiki Documentation
Clone
https://nobgit.com/orgs/dotslash/dotslash.wiki.git
ssh://[email protected]:2222/orgs/dotslash/dotslash.wiki.git

Quick start

Create a local Git repository, commit your code, then push it to NobGit.

mkdir dotslash.wiki
cd dotslash.wiki
git init
echo "# dotslash.wiki" > README.md
git add README.md
git commit -m "Initial commit"
git branch -M main
git remote add origin https://nobgit.com/orgs/dotslash/dotslash.wiki.git
git push -u origin main