Skip to main content
Version: 1.1.0

Create Repository

Learn how to create and manage your repositories on GitLink.

Creating a New Repository

  1. From Dashboard

    • Click the "+" button in the top navigation bar
    • Select "New Repository"
    • Fill in the repository information:
      • Repository name
      • Description (optional)
      • Visibility (Public/Private)
      • Initialize with README
      • Choose license (optional)
      • Add .gitignore (optional)
  2. Repository Settings

    • Basic information
    • Access control
    • Branch protection
    • Webhooks
    • Deploy keys

Best Practices

  1. Repository Name

    • Use meaningful names
    • Avoid special characters
    • Keep it concise but descriptive
  2. Description

    • Clearly explain the purpose
    • List main features
    • Include status badges
  3. README.md

    • Project introduction
    • Installation instructions
    • Usage examples
    • Contribution guidelines

Repository Management

  1. Access Control

    • Public vs Private visibility
    • Collaborator management
    • Role assignments
  2. Branch Protection

    • Protected branches
    • Merge requirements
    • Code review policies

Need Help?

If you need assistance with repository creation or management:

  1. Check our documentation
  2. Contact support
  3. Join our community discussions