From f046ca39e77e82ac72ffdc3d916de746dbbd08be Mon Sep 17 00:00:00 2001 From: LBlend <24893890+LBlend@users.noreply.github.com> Date: Fri, 24 Jan 2020 10:21:15 +0100 Subject: [PATCH] Fixed typo to -> too --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e7e5541..f170d30 100644 --- a/README.md +++ b/README.md @@ -4456,7 +4456,7 @@ This info copied from [https://stackoverflow.com/questions/29217859/what-is-the-
What are some Git anti-patterns? Things that you shouldn't do
- * Not waiting to long between commits + * Not waiting too long between commits * Not removing the .git directory :)