:spakles: add git flow
This commit is contained in:
parent
cdd5025b41
commit
34553e11bd
1 changed files with 3 additions and 0 deletions
|
|
@ -93,6 +93,9 @@ git push origin -d <branch_name>
|
|||
|
||||
# Comparing / Merging two branches
|
||||
git merge --no-commit --no-ff <feature/otherfeaturebranch>
|
||||
|
||||
# get file from another branch
|
||||
git checkout <otherbranch> -- path/to/dir
|
||||
```
|
||||
|
||||
#### Submitting multiple PRs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue