From 02427e0e2f075080a8b75f46b7fcf6ec40cf7b96 Mon Sep 17 00:00:00 2001 From: Budi Setiawan Date: Fri, 25 Aug 2023 10:02:58 +0700 Subject: [PATCH] Update 'README.md' --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 7ea884a..3a9e53f 100644 --- a/README.md +++ b/README.md @@ -32,16 +32,16 @@ git rm --cached -r dir ``` -##
- push existing project to Git - - ```bash - git init - git add . - git commit -m "Add existing project files to Git" - git remote add origin https://github.com/cameronmcnz/example-website.git - git push -u -f origin master - ``` +
+push existing project to Git + + ```bash + git init + git add . + git commit -m "Add existing project files to Git" + git remote add origin https://github.com/cameronmcnz/example-website.git + git push -u -f origin master + ```