mirror of
https://github.com/k88hudson/git-flight-rules.git
synced 2025-03-10 20:58:39 -03:00
PR feedback
This commit is contained in:
parent
978e484967
commit
88252b2d91
@ -110,7 +110,9 @@ If everything is successful, you should see something like this:
|
|||||||
(master)$ Successfully rebased and updated refs/heads/master.
|
(master)$ Successfully rebased and updated refs/heads/master.
|
||||||
```
|
```
|
||||||
### Possible issues with merging
|
### Possible issues with merging
|
||||||
Safe merging strategy:
|
#### Safe merging strategy:
|
||||||
|
```--no-commit``` performs the merge but pretends the merge failed and does not autocommit, giving the user a chance to inspect and further tweak the merge result before committing. ```no-ff``` maintains evidence that a feature branch once existed, keeping project history consistent.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
(master)$ git merge --no-ff --no-commit featurebranch
|
(master)$ git merge --no-ff --no-commit featurebranch
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user