git init
git remote add origin https://sdustliyang@bitbucket.org/sdustliyang/vimrc_update.git
echo "# This is my README" >> README.md
git add .
git commit -m "First commit. Adding a README."
git push -u origin master
输入mm
git init
git remote add origin https://sdustliyang@bitbucket.org/sdustliyang/vimrc_update.git
echo "# This is my README" >> README.md
git add .
git commit -m "First commit. Adding a README."
git push -u origin master
输入mm