Skip to content

Commit 5d3c738

Browse files
Merge pull request #2487 from OctopusDeploy/team-devex/configuring-version-control-on-project
Update configuring version control on project
2 parents 986c2cf + c9a384c commit 5d3c738

File tree

6 files changed

+4
-3
lines changed

6 files changed

+4
-3
lines changed
71.3 KB
Loading
402 KB
Loading
360 KB
Loading
383 KB
Loading
536 KB
Loading

src/pages/docs/projects/version-control/converting/index.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
---
22
layout: src/layouts/Default.astro
33
pubDate: 2023-01-01
4-
modDate: 2023-01-01
4+
modDate: 2024-09-16
55
title: Converting projects to Git
66
description: Converting a project to leverage the configuration as a code feature.
77
navOrder: 10
88
hideInThisSection: true
9+
icon: fa-brands fa-git-alt
910
---
1011

1112
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.
@@ -60,8 +61,8 @@ Using config-as-code, you can perform a one-way conversion of existing projects
6061

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

0 commit comments

Comments
 (0)