From ebc107992e4372a371b8001d107bf4bbb5a05010 Mon Sep 17 00:00:00 2001 From: Henri Kellock Date: Tue, 29 Nov 2022 18:52:46 +0200 Subject: [PATCH] Add documentation --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 6a51ef0..deb9515 100644 --- a/README.md +++ b/README.md @@ -1 +1,7 @@ # git-training + +It is good practice to commit often to avoid losing work due to e.g. accidentally discarding changes. However, this might lead to an incoherent story in the PR commit history. Here we will discuss a couple of methods on how to fix history before creating a PR. + +## Interactive rebase + +## Cherry picking