summaryrefslogtreecommitdiff
path: root/posts/2023-04-26-rebase-to-prepare-your-commits-for-publishing-practical-git-intermediate.php
diff options
context:
space:
mode:
Diffstat (limited to 'posts/2023-04-26-rebase-to-prepare-your-commits-for-publishing-practical-git-intermediate.php')
-rw-r--r--posts/2023-04-26-rebase-to-prepare-your-commits-for-publishing-practical-git-intermediate.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/posts/2023-04-26-rebase-to-prepare-your-commits-for-publishing-practical-git-intermediate.php b/posts/2023-04-26-rebase-to-prepare-your-commits-for-publishing-practical-git-intermediate.php
new file mode 100644
index 0000000..816fa70
--- /dev/null
+++ b/posts/2023-04-26-rebase-to-prepare-your-commits-for-publishing-practical-git-intermediate.php
@@ -0,0 +1,7 @@
+<h1>Rebase to prepare your commits for publishing Practical Git (intermediate)</h1>
+
+<p class="description">
+ git-rebase is a swiss army knife for managing multiple branches and commits. Here you'll see how to rebase onto another developer's branch, rebase onto a release branch (with reverted commits), and interactively squash commits before pushing them.
+</p>
+
+<iframe width="560" height="315" src="https://www.youtube.com/embed/GjEHeM2LGmU" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>