A simple and beautiful blog
12
git config --global user.name "保修三年"git config --global user.email "865832@qq.com"
12345678
mkdir enterprise-official-websitecd enterprise-official-websitegit inittouch README.mdgit add README.mdgit commit -m "first commit"git remote add origin https://gitee.com/dongdonging/enterprise-official-website.gitgit push -u origin master
123
cd existing_git_repogit remote add origin https://gitee.com/dongdonging/enterprise-official-website.gitgit push -u origin master
Seraching...