representative commit for what you do
This commit is contained in:
parent
eb60ec3638
commit
b834da7ad1
|
|
@ -32,7 +32,7 @@ git submodule update --remote Common_Library
|
||||||
git switch Dev-DeveloperName
|
git switch Dev-DeveloperName
|
||||||
git pull origin main
|
git pull origin main
|
||||||
git submodule update --remote Common_Library
|
git submodule update --remote Common_Library
|
||||||
//Slove any conflict locally
|
# Slove any conflict locally
|
||||||
```
|
```
|
||||||
|
|
||||||
#### push your work to the remote repo
|
#### push your work to the remote repo
|
||||||
|
|
@ -40,7 +40,7 @@ git submodule update --remote Common_Library
|
||||||
git add .
|
git add .
|
||||||
git commit -m "representative commit for what you do"
|
git commit -m "representative commit for what you do"
|
||||||
git push origin Dev-DeveloperName
|
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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue