第一次使用github

来源:互联网 发布:销巴世界淘宝返利 编辑:程序博客网 时间:2024/06/06 03:04

…or create a new repository on the command line
echo “# Beautiful” >> README.md
git init
git add README.md
git commit -m “first commit”
git remote add origin https://github.com/qianyedoufulao/Beautiful.git
git push -u origin master

…or push an existing repository from the command line

git remote add origin https://github.com/qianyedoufulao/Beautiful.git
git push -u origin master

0 0
原创粉丝点击