diff --git a/README.md b/README.md index 76844ae..a281bba 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,17 @@ # python + python related echo # python >> README.md git init git add README.md + +## How to commit + git commit -m "first commit" + +## How to add remote repository + git remote add origin https://github.com/lichald/python.git + +## How to push all the changes at a single time git push -u origin master