From a3a23be1c205222833224d0210ab3db9ec15b1b3 Mon Sep 17 00:00:00 2001 From: Klemek Date: Sun, 23 Jun 2019 15:34:34 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4808b7b..9395732 100644 --- a/README.md +++ b/README.md @@ -132,7 +132,9 @@ You need to [create a new repository](https://github.com/new) on your favorite G ```bash #gitblog.md/ cd data +git init git remote add origin +git commit -m "initial commit" git push -u origin master ```