From 342dab37f128b7da5fa96c6b1b6a128bc38c63f3 Mon Sep 17 00:00:00 2001 From: Ayush Rudani Date: Sun, 13 Aug 2023 11:03:50 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 29f4ed9..9c4ab59 100644 --- a/README.md +++ b/README.md @@ -166,7 +166,7 @@ git add . **10.** Commit your changes . ``` -git commit -m "Relevant message" +git commit -m "" ``` **11.** Push the committed changes in your feature branch to your remote repo.