From 4a6679a0643346ad62466959edc15985e435347c Mon Sep 17 00:00:00 2001 From: Andre Hofmeister <9199345+HofmeisterAn@users.noreply.github.com> Date: Tue, 4 Jun 2024 08:56:18 +0200 Subject: [PATCH] docs: Add info about missing push step --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 26ac320..8fe3141 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,9 @@ Accelerate is a project inspired by [Skyscanner/turbolift](https://github.com/Skyscanner/turbolift), a great tool for managing changes across multiple GitHub repositories simultaneously. My shoutout and kudos to them for their incredible idea and work 💙. While Turbolift focuses on GitHub, Accelerate takes a similar concept but extends it to work with Azure DevOps repositories, with support for Windows, Linux, and macOS. Accelerate is designed to be flexible and open for future integration with other Git hosting platforms, ensuring it is not solely a tool for Azure DevOps. +> [!IMPORTANT] +> Before creating the pull request, make sure to push the branch (`dotnet accelerate push`). Unfortunately, this step is missing in the following demo. + ![An animated GIF demonstrating the Accelerate Command Line Interface (CLI) tool.](docs/demo.gif) > [!NOTE]