Compare commits
1 Commits
| Author | SHA1 | Date |
|---|---|---|
|
|
370eebe165 |
|
|
@ -15,7 +15,7 @@ git submodule update --remote Common_Library
|
||||||
|
|
||||||
#### save your work
|
#### save your work
|
||||||
```
|
```
|
||||||
git switch Dev-DeveloperName
|
git switch Dev-Dania
|
||||||
git add .
|
git add .
|
||||||
git commit -m "representative commit for what you do"
|
git commit -m "representative commit for what you do"
|
||||||
```
|
```
|
||||||
|
|
@ -29,7 +29,7 @@ git submodule update --remote Common_Library
|
||||||
|
|
||||||
#### sync your branch with the main branch
|
#### sync your branch with the main branch
|
||||||
```
|
```
|
||||||
git switch Dev-DeveloperName
|
git switch Dev-Dania
|
||||||
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
|
||||||
|
|
@ -39,7 +39,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-Dania
|
||||||
# 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