From 0742c545e68511da313539392e4942ef340e8670 Mon Sep 17 00:00:00 2001 From: Roger Gonzalez Date: Wed, 17 May 2023 21:50:54 -0300 Subject: [PATCH] Fixed commit message creation in README --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index d623d56..e5d41e2 100644 --- a/README.org +++ b/README.org @@ -82,7 +82,7 @@ Of course, this README was also made with ChatGPT. 1. Fork the repository. 2. Create a new branch: ~git checkout -b feature/your-feature-name~. - 3. Make your changes and commit them: ~git commit -am 'Add some feature'~. + 3. Make your changes and commit them: ~git commit -am "Add some feature"~. 4. Push the branch to your forked repository: ~git push origin feature/your-feature-name~. 5. Open a merge request on GitLab.