:spakles: add git flow

This commit is contained in:
dannydannydanny 2021-08-10 15:03:16 +02:00 committed by GitHub
parent cdd5025b41
commit 34553e11bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -93,6 +93,9 @@ git push origin -d <branch_name>
# Comparing / Merging two branches # Comparing / Merging two branches
git merge --no-commit --no-ff <feature/otherfeaturebranch> git merge --no-commit --no-ff <feature/otherfeaturebranch>
# get file from another branch
git checkout <otherbranch> -- path/to/dir
``` ```
#### Submitting multiple PRs #### Submitting multiple PRs