From b834da7ad151416148adf78863ead40ef3dd31ba Mon Sep 17 00:00:00 2001 From: ayatalkayed Date: Thu, 28 Dec 2023 11:39:23 +0300 Subject: [PATCH] representative commit for what you do --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ba4cb59..aec747c 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ git submodule update --remote Common_Library git switch Dev-DeveloperName git pull origin main git submodule update --remote Common_Library -//Slove any conflict locally +# Slove any conflict locally ``` #### push your work to the remote repo @@ -40,7 +40,7 @@ git submodule update --remote Common_Library git add . git commit -m "representative commit for what you do" git push origin Dev-DeveloperName -//create a pull request from your branch to the main branch +# create a pull request from your branch to the main branch ```