Creating a Repository

You can create a new repository on your personal account or any team where you have the necessary permissions.

You can create a new repository in Outpost Hub or import repository from other Git SCM providers.

Step-by-Step Instructions

1
Login to Outpost
  • Access your existing account or create a new one if necessary.
2
Navigate to the Repository Section
  • Click on Create New Repository.
3
Fill in Repository Details
  • Provide a Name and an optional Description.
  • Set the visibility to Public or Private.
4
Initialize Repository
  • Choose to include a README, .gitignore, and License if needed.
  • By default, repositories are initialized with a main branch. To use a different name for the base branch, click main and enter the desired name.
5
Create Repository
  • Click Create Repository to finalize the setup.

Work with repositories

After creating a repository, you can:

  • Clone your repository.
  • Create branches and tags.
  • Commit changes and open pull requests.
  • Configure branch rules and access control.
  • Use Outpost repositories in your Outpost pipelines.
  • Set up triggers to automatically run pipelines based on activity in your Outpost repositories.
  • Configure webhooks to integrate your repositories with third-party applications.

Tips

  • Ensure your repository name is descriptive and follows a consistent naming convention.
  • Regularly update the README file to reflect the current state of the project.

© 2024 Outpost Innovations, Inc.