简易的命令行入门教程:

git config --global user.name "XXXX"
git config --global user.email "XXX@XX.com"
mkdir flysnow_2ull
cd flysnow_2ull
git init
touch README.md
git add README.md
git commit -m "first commit"
git remote add origin https://gitee.com/weimaoer/flysnow_2ull.git
git push -u origin master

  已有则

cd existing_git_repo
git remote add origin https://gitee.com/weimaoer/flysnow_2ull.git
git push -u origin master

 

posted @ 2019-02-21 14:23  飞雪飘鸿  阅读(219)  评论(0编辑  收藏  举报
https://damo.alibaba.com/ https://tianchi.aliyun.com/course?spm=5176.21206777.J_3941670930.5.87dc17c9BZNvLL