Update README.md

This commit is contained in:
Klemek
2019-06-20 00:09:02 +02:00
committed by GitHub
parent 7bfdbbf511
commit 4047f9dd57
+3
View File
@@ -71,6 +71,9 @@ You need to [create a new repository](https://github.com/new) on your favorite G
```bash ```bash
#gitblog.md/ #gitblog.md/
cd data cd data
git init
git add .
git commit -m "initial commit"
git remote add origin <url_of_your_repo.git> git remote add origin <url_of_your_repo.git>
git push -u origin master git push -u origin master
``` ```