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