diff options
Diffstat (limited to 'posts/2023-04-08-git-pull---rebase-why-you-might-want-to.php')
-rw-r--r-- | posts/2023-04-08-git-pull---rebase-why-you-might-want-to.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/posts/2023-04-08-git-pull---rebase-why-you-might-want-to.php b/posts/2023-04-08-git-pull---rebase-why-you-might-want-to.php new file mode 100644 index 0000000..08be2d3 --- /dev/null +++ b/posts/2023-04-08-git-pull---rebase-why-you-might-want-to.php @@ -0,0 +1,7 @@ +<h1>Git pull --rebase? Why you might want to!</h1> + +<p class="description"> + In a team of developers you may find rebasing when you pull changes to be more sensible than merging. This video explains the practical differences between merge pulling and rebase pulling in git so you can decide for yourself. +</p> + +<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/GYlIwSpneXg" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe> |