Updated Branching and Merging (markdown)
parent
186beff01a
commit
0d4070fb22
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ git push -u origin your_branch_name
|
||||||
|
|
||||||
## Rebase and non-ff-merge into master when you're done
|
## Rebase and non-ff-merge into master when you're done
|
||||||
|
|
||||||
We want a merge commit present for all code merged from PRs, even if that PR is properly rebased and only a single commit. The merge commit documents that the merge came from a PR. This helps us differentiate between commits to straight master.
|
We want a merge commit present for all code merged from branches or PRs, even if that branch or PR is properly rebased and only a single commit. The merge commit documents that the merge came from a branch/PR. This helps us differentiate those commits from commits that were made straight to master.
|
||||||
|
|
||||||
```
|
```
|
||||||
# on your_branch_name
|
# on your_branch_name
|
||||||
|
|
Loading…
Reference in a new issue