Skip to content

Commit

Permalink
Merge pull request #1206 from jonasmerkel/bugfix/broken-link
Browse files Browse the repository at this point in the history
fix: Link to Git Branching Strategies fixed
  • Loading branch information
lachlandeer authored Jun 11, 2024
2 parents 4ca702a + 8c9e1a6 commit af30432
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ aliases:
---

## Overview
Apart from having good [Git Branching Strategies](https://tilburgsciencehub.com/topics/collaborate-and-share-your-work/use-github/git-branching-strategies/), it is important to follow some naming conventions to ensure proper maintenance of the repository and a clear, structured way of separating tasks. To avoid confusions and have an organised overview of every feature that is being worked on, we go through seven best practices for naming branches.
Apart from having good [Git Branching Strategies](https://tilburgsciencehub.com/topics/automation/version-control/advanced-git/git-branching-strategies/), it is important to follow some naming conventions to ensure proper maintenance of the repository and a clear, structured way of separating tasks. To avoid confusions and have an organised overview of every feature that is being worked on, we go through seven best practices for naming branches.

### 1. Use Separators
When writing a branch name, using separators such as hyphen (-) or slash (/) helps to increase readability of the name. But remember to be consistent with the chosen separator for all branches names.
Expand Down

0 comments on commit af30432

Please sign in to comment.