Browse Source

Update 'README.md'

master
Budi Setiawan 3 years ago
parent
commit
11391efcdf
  1. 20
      README.md

20
README.md

@ -32,16 +32,16 @@ @@ -32,16 +32,16 @@
git rm --cached -r dir
```
## <details>
<summary>push existing project to Git</summary>
```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
```
##<details>
<summary>push existing project to Git</summary>
```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
```
</details>

Loading…
Cancel
Save