github

cd existing_folder
git init
git remote add origin https://github.com/OctupusZhang/spider.git
git pull origin master --allow-unrelated-histories
git add .
git commit -m "Initial commit"
git push -u origin master

你可能感兴趣的:(github)