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]