Browse Source

Update 'README.md'

master
Budi Setiawan 3 years ago
parent
commit
49026b4656
  1. 14
      README.md

14
README.md

@ -32,6 +32,20 @@ @@ -32,6 +32,20 @@
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>
Git Commands
============
### Getting started

Loading…
Cancel
Save