From d81d846f99ff66d5d96966d365a451fce3a03986 Mon Sep 17 00:00:00 2001 From: Alexis DRAI Date: Sat, 14 Jan 2023 11:23:37 +0100 Subject: [PATCH] :memo: Update Readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a4204bb..b11983f 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ git reset --hard origin/master Give your new branch a name referring to an issue (or maybe a group of similar issues) ``` -git checkout -b new-feature +git checkout -b branch-name-that-describes-the-new-feature ``` Regularly, you might want to get all the new code from your master (yeah, we forgot to rename it "main", sorry) branch, to work with an up-to-date codebase: