Skip to content
This repository was archived by the owner on Sep 25, 2025. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,10 @@ IKT201 - Exam Project
## Smart commits
The jigit plugin is configured with smart commits; you can read all about them here: https://support.atlassian.com/bitbucket-cloud/docs/use-smart-commits/

## Development environment requires Azurite
Official azurite Docker image: docker pull mcr.microsoft.com/azure-storage/azurite

Download the image and run it, this should expose the emulator to the project.

## Problem with JiGit
JiGit will have the wrong namepattern for a github branch and must therefore not include "task\" or other issue prefixes. This is because github does not accept "\" but only "/". That is why you have to always manually change the "\" -> "/"
JiGit will have the wrong namepattern for a github branch and must therefore not include "task\" or other issue prefixes. This is because github does not accept "\" but only "/". That is why you have to always manually change the "\" -> "/"