Add line breaks

This commit is contained in:
Bastian 2020-01-15 16:00:13 +01:00
parent a088b0de6c
commit 34ba0f8d68
1 changed files with 6 additions and 6 deletions

View File

@ -18,13 +18,13 @@ git commit -m "message 7" <br/>
git commit -m "message 8" <br/>
### Merging with master
git checkout master
git merge feature
git checkout master <br/>
git merge feature <br/>
undo
### Rebase with master
git checkout master
git rebase feature
git checkout feature
git merge
git checkout master <br/>
git rebase feature <br/>
git checkout feature <br/>
git merge <br/>