From 51aad607c941e3f620f19b0d6884f71f89a9b856 Mon Sep 17 00:00:00 2001 From: atir nayab Date: Thu, 29 Sep 2022 22:24:01 +0530 Subject: [PATCH] removed and and typo from git commit section --- src/do/do-git-commit.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/do/do-git-commit.adoc b/src/do/do-git-commit.adoc index fa540c3..4742f6b 100644 --- a/src/do/do-git-commit.adoc +++ b/src/do/do-git-commit.adoc @@ -1,6 +1,6 @@ === Git commit -Git commits should be small and atomic, be it a single change or small feature. This will make your commit messages easier to write and and changes will be grouped logically. There are many benefits to this: +Git commits should be small and atomic, be it a single change or small feature. This will make your commit messages easier to write and changes will be grouped logically. There are many benefits to this: * Looking back through the history will be clear & easy to understand - if you want to find something