From a830f959ed0449032d1c67a68da3619b004333d8 Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Sat, 15 Apr 2023 08:49:04 -0400 Subject: feat:: new youtube vids --- posts/2023-04-08-git-pull---rebase-why-you-might-want-to.php | 7 +++++++ posts/2023-04-12-git-bisect-find-breaking-commits-easily.php | 7 +++++++ 2 files changed, 14 insertions(+) create mode 100644 posts/2023-04-08-git-pull---rebase-why-you-might-want-to.php create mode 100644 posts/2023-04-12-git-bisect-find-breaking-commits-easily.php (limited to 'posts') 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 @@ +

Git pull --rebase? Why you might want to!

+ +

+ 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. +

+ + diff --git a/posts/2023-04-12-git-bisect-find-breaking-commits-easily.php b/posts/2023-04-12-git-bisect-find-breaking-commits-easily.php new file mode 100644 index 0000000..9d76614 --- /dev/null +++ b/posts/2023-04-12-git-bisect-find-breaking-commits-easily.php @@ -0,0 +1,7 @@ +

Git-bisect: Find Breaking Commits Easily

+ +

+ We'll use git-bisect to help search the commit history for a commit which introduced a bug. As a bonus, we'll look at using git-cherry-pick and git-revert to undo breaking changes once we've found them. +

+ + -- cgit v1.2.3