1
0
Fork 0

representative commit for what you do

This commit is contained in:
ayatalkayed 2023-12-28 11:39:23 +03:00
parent eb60ec3638
commit b834da7ad1
1 changed files with 2 additions and 2 deletions

View File

@ -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
```