@awsekfozc
2018-07-05T02:05:50.000000Z
字数 871
阅读 993
git
zhangcheng@A000037 MINGW64 /c/workspace/amws-parent (master)$ git config --global user.name "命运"zhangcheng@A000037 MINGW64 /c/workspace/amws-parent (master)$ git config --global user.email "305855967@qq.com"zhangcheng@A000037 MINGW64 /c/workspace/amws-parent (master)$ git initInitialized empty Git repository in C:/workspace/amws-parent/.git/zhangcheng@A000037 MINGW64 /c/workspace/amws-parent (master)$ touch README.mdzhangcheng@A000037 MINGW64 /c/workspace/amws-parent (master)$ git add README.mdzhangcheng@A000037 MINGW64 /c/workspace/amws-parent (master)$ git commit -m "first commit"[master (root-commit) 97f69f6] first commit1 file changed, 0 insertions(+), 0 deletions(-)create mode 100644 README.mdzhangcheng@A000037 MINGW64 /c/workspace/amws-parent (master)$ git remote add origin https://gitee.com/awsekfozcz/smartdo.amws.parent.gitzhangcheng@A000037 MINGW64 /c/workspace/amws-parent (master)$ git push -u origin master
在此输入正文
