Skip to content

Commit

Permalink
Merge pull request #2487 from OctopusDeploy/team-devex/configuring-ve…
Browse files Browse the repository at this point in the history
…rsion-control-on-project

Update configuring version control on project
  • Loading branch information
lourens-octopus authored Sep 17, 2024
2 parents 986c2cf + c9a384c commit 5d3c738
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 3 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 4 additions & 3 deletions src/pages/docs/projects/version-control/converting/index.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
---
layout: src/layouts/Default.astro
pubDate: 2023-01-01
modDate: 2023-01-01
modDate: 2024-09-16
title: Converting projects to Git
description: Converting a project to leverage the configuration as a code feature.
navOrder: 10
hideInThisSection: true
icon: fa-brands fa-git-alt
---

Git settings are configured per project and are accessed via the **Settings ➜ Version Control** link in the project navigation menu. This page will walk through how to convert a project to Git.
Expand Down Expand Up @@ -60,8 +61,8 @@ Using config-as-code, you can perform a one-way conversion of existing projects

Select the project you would like to convert and click on the **Settings ➜ Version Control** link on the project navigation menu.
Enter the connection information for your Git repository. You need to provide:
- The URL for your git repository
- A Username and password / personal access token (or anonymous for a public repository)
- The URL for your Git repository
- A username and password / personal access token (or anonymous for a public repository)
- The directory you would like Octopus to store the deployment process in
- The name of the default branch

Expand Down

0 comments on commit 5d3c738

Please sign in to comment.