diff --git a/README.md b/README.md index af0eb57..d8371e9 100644 --- a/README.md +++ b/README.md @@ -93,6 +93,9 @@ git push origin -d # Comparing / Merging two branches git merge --no-commit --no-ff + +# get file from another branch +git checkout -- path/to/dir ``` #### Submitting multiple PRs