diff --git a/README.md b/README.md index 35602fa..cff2d16 100644 --- a/README.md +++ b/README.md @@ -20,3 +20,7 @@ This project consists of three components: git commit -m "commit message" git checkout -b name_branch #only the first time you are pushing git push origin HEAD + +3. Pull from the repository: + ```bash + git pull origin main