✨ add resources to git branching section
This commit is contained in:
parent
27d41b15ef
commit
11b33c69c3
1 changed files with 4 additions and 0 deletions
|
|
@ -18,6 +18,7 @@
|
||||||
This methodology repo is focused on Python Data Processing based projects with som external dependencies (APIs or DBs).
|
This methodology repo is focused on Python Data Processing based projects with som external dependencies (APIs or DBs).
|
||||||
In your commit message use the format `:gitmoji: <commit message>`. Only propper nouns, CamelCase and class names should have uppercases letters. Avoid using multiple gitmojis.
|
In your commit message use the format `:gitmoji: <commit message>`. Only propper nouns, CamelCase and class names should have uppercases letters. Avoid using multiple gitmojis.
|
||||||
|
|
||||||
|
|
||||||
## `gitmoji` Lookup
|
## `gitmoji` Lookup
|
||||||
|
|
||||||
|emoji|code|description|
|
|emoji|code|description|
|
||||||
|
|
@ -75,6 +76,9 @@ git merge --no-commit --no-ff <feature/otherfeaturebranch>
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Submitting multiple PRs
|
#### Submitting multiple PRs
|
||||||
|
* [Interactive rebase](https://stackoverflow.com/questions/35790561/working-while-waiting-for-pending-pr#comment96514430_35793095)
|
||||||
|
* [Rebase & Update PR](https://www.digitalocean.com/community/tutorials/how-to-rebase-and-update-a-pull-request)
|
||||||
|
|
||||||
Context:
|
Context:
|
||||||
1. submit PR for _feature1_
|
1. submit PR for _feature1_
|
||||||
2. from _feature1_ branch make new branch _feature2_
|
2. from _feature1_ branch make new branch _feature2_
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue