Browse Source

Update 'README.md'

master
Budi Setiawan 3 years ago
parent
commit
dbba1b8cab
  1. 4
      README.md

4
README.md

@ -32,6 +32,8 @@ @@ -32,6 +32,8 @@
git rm --cached -r dir
```
## push existing project to Git
<details>
<summary>push existing project to Git</summary>
@ -42,9 +44,9 @@ git rm --cached -r dir @@ -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
```
</details>
============
Git Commands
============

Loading…
Cancel
Save