Browse Source

Update 'README.md'

master
Budi Setiawan 3 years ago
parent
commit
02427e0e2f
  1. 20
      README.md

20
README.md

@ -32,16 +32,16 @@
git rm --cached -r dir git rm --cached -r dir
``` ```
##<details> <details>
<summary>push existing project to Git</summary> <summary>push existing project to Git</summary>
```bash ```bash
git init git init
git add . git add .
git commit -m "Add existing project files to Git" git commit -m "Add existing project files to Git"
git remote add origin https://github.com/cameronmcnz/example-website.git git remote add origin https://github.com/cameronmcnz/example-website.git
git push -u -f origin master git push -u -f origin master
``` ```
</details> </details>

Loading…
Cancel
Save