You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
wangning c64f66817f
en
2 years ago
README.md en 2 years ago

README.md

初始化仓库 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