From d67e5056ea75de47683b4f873b0b37601918e658 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Germ=C3=A1n=20Piccioni?= Date: Mon, 20 Jun 2022 01:33:30 +0200 Subject: [PATCH] Added in the description the location of the repo to clone. --- levels/workflows/pr | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/levels/workflows/pr b/levels/workflows/pr index 1c72510..2496c1f 100644 --- a/levels/workflows/pr +++ b/levels/workflows/pr @@ -3,7 +3,8 @@ cards = clone commit-auto reset-hard checkout file-new branch [description] -Your friend has a problem! Clone the repo, create a branch called "solution", and fix the problem in this branch. When you're ready, make a "Pull Request" by using `git tag pr`. +Your friend has a problem! Clone the repo located in `../friend`, create a branch called "solution", and fix the problem in this branch. When you're ready, make a "Pull Request" by using `git tag pr`. + [setup]