diff --git a/git/README.md b/git/README.md index e0654667..feb81a34 100644 --- a/git/README.md +++ b/git/README.md @@ -4,6 +4,7 @@ A guide for programming within version control. ## Best Practices +- Treat the version history as a resource for the future. - Avoid merge commits by using a [rebase workflow]. - Squash multiple trivial commits into a single commit. - Write a [good commit message].