From 49026b46560d7c95767c78d02063dc84a7f882fd Mon Sep 17 00:00:00 2001 From: Budi Setiawan Date: Fri, 25 Aug 2023 10:00:39 +0700 Subject: [PATCH] Update 'README.md' --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index e974544..80ae02f 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,20 @@ 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 +``` + +
+ + Git Commands ============ ### Getting started