diff --git a/README.md b/README.md index 3a9e53f..7b03f15 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,8 @@ git rm --cached -r dir ``` +## push existing project to Git +
push existing project to Git @@ -42,9 +44,9 @@ git rm --cached -r dir git remote add origin https://github.com/cameronmcnz/example-website.git git push -u -f origin master ``` -
+============ Git Commands ============