Skip to content

Commit

Permalink
ND-609 Reviewed and Updated the branch path (#826)
Browse files Browse the repository at this point in the history
  • Loading branch information
sb21460 authored Nov 27, 2024
1 parent 1a73fe5 commit 6368068
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Binary file added .DS_Store
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
owner_slack: "#nvvs-devops"
title: Developing on a branch
last_reviewed_on: 2023-11-22
last_reviewed_on: 2024-11-27
review_in: 12 months
---

Expand All @@ -10,7 +10,7 @@ review_in: 12 months

Provided the repository is not already pulled locally:

`git clone git@github.com:ministryofjustice/\<your-repo-name>.git`
`git clone https://github.com/ministryofjustice/<your-repo-name>.git`

`cd \<your-repo-name>`

Expand All @@ -26,7 +26,7 @@ Create and checkout a new branch:

`git checkout -b <your-branch-name>`

_At this stage the team works collaboratively to edit the code, to complete the ticket as illustrated in its Definition of Done._
At this stage the team works collaboratively to edit the code, to complete the ticket as illustrated in its Definition of Done._

Running `git status` reflects all changes made to files in the preceding step.

Expand Down

0 comments on commit 6368068

Please sign in to comment.