github backup


创建版本库:

>>mkdir git

>>cd git

>>git init


添加模块:

git clone https://github.com/username/project1.git

cp -r ~/Downloads/module2/ .

git add module2/ --all

git commit -m "add blowfish"

git remote add origin https://github.com/username/project1.git

你可能感兴趣的:(github backup)