NobGit
public nobgit read

Wiki

This is Markdown version of NobGit Docs

Create file Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/wiki.git
ssh://[email protected]:2222/orgs/nobgit/wiki.git
How to create repo.md
# How to create repo

1. Select **New repo** in the top bar, or [import from GitHub](Import from GitHub.md).
2. Choose an **Owner**: your personal namespace or an organization you own.
3. Enter a **Repository name**. NobGit converts it into a URL-safe slug.
4. Add an optional **Description**.
5. Choose **Private** or **Public** visibility.
6. Select **Create repository**.

After creation, the repository is available at this canonical NobGit URL:

```
https://www.nobgit.com/{your username or org}/{repo name}
```

Example:

```
https://www.nobgit.com/alex/payment-service
```

We suggest creating a repository named `.nobgit` for your profile or organization. NobGit uses that special repository's `README.md` to customize the profile or organization page.

- [Previous: get started](How to get started.md)

- [Next: Import from GitHub](Import from GitHub.md)