diff --git a/README.md b/README.md index c1b7952..4fede66 100644 --- a/README.md +++ b/README.md @@ -1 +1,13 @@ -老款的激发了!!! \ No newline at end of file +初始化仓库 +git init +添加到列表 +git add README.md +提交到本地 注释"first commit" +git commit -m "first commit" + +连接远程服务地址 +git remote add origin https://git.mashibing.com/msb_55802/msb_git_wn.git +推送到远程服务器master分支 +git push -u origin master +拉取远程服务文件 +git pull \ No newline at end of file