diff --git a/README.md b/README.md index 5d3d913..d00d5ad 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,9 @@ You need to [create a new repository](https://github.com/new) on your favorite G ```bash #gitblog.md/ cd data +git init +git add . +git commit -m "initial commit" git remote add origin git push -u origin master ```