Revert prev commit

pull/52/head
Alexis Drai 2 years ago
parent d81d846f99
commit 5dbf8ec801

@ -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) Give your new branch a name referring to an issue (or maybe a group of similar issues)
``` ```
git checkout -b branch-name-that-describes-the-new-feature git checkout -b 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: 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:

Loading…
Cancel
Save