Skip to content
Snippets Groups Projects
Commit e27c3690 authored by Daniel Duarte's avatar Daniel Duarte
Browse files

update image display

parent d9300456
No related branches found
No related tags found
No related merge requests found
......@@ -7,4 +7,6 @@ Careful!
Cherry picking only picks the selected commit,
not everything up to that commit.
! [] (slides/img/cherryPick.png)
\ No newline at end of file
<div style="top: 15em; left: 30%; position: absolute;">
<img src="slides/img/cherryPick.png">
</div>
\ No newline at end of file
......@@ -3,4 +3,6 @@
* Develop branch is several commits ahead of master.
* Commits implemented into master that aren't in develop.
! [] (slides/img/afterRebase.png)
\ No newline at end of file
<div style="top: 10em; left: 30%; position: absolute;">
<img src="slides/img/afterRebase.png" height="400px">
</div>
\ No newline at end of file
......@@ -5,4 +5,6 @@
* Avoid discrepancies when multiple people work on the same project
Imagine the following situation:
! [] (slides/img/beforeRebase.png)
\ No newline at end of file
<div style="top: 10em; left: 30%; position: absolute;">
<img src="slides/img/beforeRebase.png" height="400px">
</div>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment