From 3cb5c07f324d7bfd74c686c03870e1030b9b514b Mon Sep 17 00:00:00 2001 From: Richard Fernando Heise Ferreira <rfhf19@inf.ufpr.br> Date: Sun, 4 Apr 2021 19:18:41 -0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2ff70b4..8c0d1b8 100644 --- a/README.md +++ b/README.md @@ -93,11 +93,11 @@ git clone --recursive https://gitlab.c3sl.ufpr.br/rfhf19/treinamento-web-2021.1 Após a clonagem, entrando na pasta do projeto: ```bash cd treinamento-web-2021.1-back -git checkout develop +git checkout master git pull cd .. cd treinamento-web-2021.1-front -git checkout develop +git checkout master git pull cd .. ``` -- GitLab