Create Repository
Learn how to create and manage your repositories on GitLink.
Creating a New Repository
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)
Repository Settings
- Basic information
- Access control
- Branch protection
- Webhooks
- Deploy keys
Best Practices
Repository Name
- Use meaningful names
- Avoid special characters
- Keep it concise but descriptive
Description
- Clearly explain the purpose
- List main features
- Include status badges
README.md
- Project introduction
- Installation instructions
- Usage examples
- Contribution guidelines
Repository Management
Access Control
- Public vs Private visibility
- Collaborator management
- Role assignments
Branch Protection
- Protected branches
- Merge requirements
- Code review policies
Need Help?
If you need assistance with repository creation or management:
- Check our documentation
- Contact support
- Join our community discussions